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: #c92c4b;
}
.color-2 {
color: #f1506b;
}
.color-3 {
color: #ff9e8f;
}
.color-4 {
color: #ffca99;
}
.color-5 {
color: #ffe4b3;
}

/* CSS Variables */
:root {
--color-1: #c92c4b;
--color-2: #f1506b;
--color-3: #ff9e8f;
--color-4: #ffca99;
--color-5: #ffe4b3;
}

Crimson Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c4b, #f1506b, #ff9e8f, #ffca99, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c4b, #f1506b, #ff9e8f, #ffca99, #ffe4b3);
}

Crimson Reverie color palette created on .