Crimson Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Sunrise palette

Share this palette to:

Crimson Sunrise color palette CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #f15a27;
}
.color-3 {
color: #ffb442;
}
.color-4 {
color: #ffde5c;
}
.color-5 {
color: #ffee99;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #f15a27;
--color-3: #ffb442;
--color-4: #ffde5c;
--color-5: #ffee99;
}

Crimson Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #f15a27, #ffb442, #ffde5c, #ffee99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #f15a27, #ffb442, #ffde5c, #ffee99);
}

Crimson Sunrise color palette created on .