Skip to main content

RamBase Guidelines

Colors

RamBase offers a full color palette for each theme available in the solution. The colors are suited to work harmoniously with colors defined across themes too. There is a set of colors for each theme, and these should be used to assure that colors are always optimized to follow the selected theme.

Background colors

A background class can be used to highlight or differentiate content.When using the background CSS classes, only the property background is set.

Background

CSS class

Preview

Dark

.dark_bg

bg-dark.jpg

Light

.light_bg

bg-light.jpg

Notification colors

Colors used when showing notification. These color will change based on theme, and you should NOT assume that the color will be the same.When using the notification CSS classes, the properties background-color and color is set.

Notification

CSS class

Preview

Information

.rb-info

rb-info.PNG

Success

.rb-success

rb-success.PNG

Warning

.rb-warning

rb-warning.PNG

Error

.rb-error

rb-error.PNG

General colors

Colors used to distinguish elements. These color will change based on theme, and you should NOT assume that the color will be the same.When using the status CSS classes, the properties background-color and color is set.

Color

Background class

Text class

Preview

Green

green

green-text

green.PNG

Red

red

red-text

red.PNG

Orange

orange

orange-text

orange.PNG

Blue

blue

blue-text

blue.PNG

Yellow

yellow

yellow-text

yellow.PNG

Purple

purple

purple-text

purple.PNG

Lightmaroon

lightmaroon

lightmaroon-text

lightmaroon.PNG

Lightpurple

lightpurple

lightpurple-text

lightpurple.PNG

Lightgreen

lightgreen

lightgreen-text

lightgreen.PNG

Moodyblue

moodyblue

moodyblue-text

moodyblue.PNG

Status colors

Many of the RamBase objects is presented with a status. The status usually describes where in the flow it is.When using the status CSS class, the properties background-color, color and border is set.

Status

CSS class

Preview

Status 0

.status0

status0.PNG

Status 1

.status1

status1.PNG

Status 2

.status2

status2.PNG

Status 3

.status3

status3.PNG

Status 4

.status4

status4.PNG

Status 5

.status5

status5.PNG

Status 6

.status6

status6.PNG

Status 7

.status7

status7.PNG

Status 8

.status8

status8.PNG

Status 9

.status9

status9.PNG

Status D

.statusD

statusd.PNG