Fig Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fig Shades palette

Share this palette to:

Fig Shades color palette CSS

/* CSS */
.color-1 {
color: #5b2f3b;
}
.color-2 {
color: #aa4b6e;
}
.color-3 {
color: #efb18f;
}
.color-4 {
color: #e6c9a8;
}
.color-5 {
color: #f1dfd0;
}

/* CSS Variables */
:root {
--color-1: #5b2f3b;
--color-2: #aa4b6e;
--color-3: #efb18f;
--color-4: #e6c9a8;
--color-5: #f1dfd0;
}

Fig Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2f3b, #aa4b6e, #efb18f, #e6c9a8, #f1dfd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2f3b, #aa4b6e, #efb18f, #e6c9a8, #f1dfd0);
}

Fig Shades color palette created on .