Crimson Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Reverie palette

Share this palette to:

Crimson Reverie color palette CSS

/* CSS */
.color-1 {
color: #54080a;
}
.color-2 {
color: #7c181e;
}
.color-3 {
color: #ad4a38;
}
.color-4 {
color: #ca7544;
}
.color-5 {
color: #cba45d;
}

/* CSS Variables */
:root {
--color-1: #54080a;
--color-2: #7c181e;
--color-3: #ad4a38;
--color-4: #ca7544;
--color-5: #cba45d;
}

Crimson Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #54080a, #7c181e, #ad4a38, #ca7544, #cba45d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #54080a, #7c181e, #ad4a38, #ca7544, #cba45d);
}

Crimson Reverie color palette created on .