Gemstone Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gemstone Reverie palette

Share this palette to:

Gemstone Reverie color palette CSS

/* CSS */
.color-1 {
color: #b3003b;
}
.color-2 {
color: #496d9c;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #da502b;
}
.color-5 {
color: #8d9a90;
}

/* CSS Variables */
:root {
--color-1: #b3003b;
--color-2: #496d9c;
--color-3: #f5a524;
--color-4: #da502b;
--color-5: #8d9a90;
}

Gemstone Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3003b, #496d9c, #f5a524, #da502b, #8d9a90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3003b, #496d9c, #f5a524, #da502b, #8d9a90);
}

Gemstone Reverie color palette created on .