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: #b52c2e;
}
.color-2 {
color: #e1503d;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f8d57c;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #b52c2e;
--color-2: #e1503d;
--color-3: #f5a524;
--color-4: #f8d57c;
--color-5: #ffec3d;
}

Crimson Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b52c2e, #e1503d, #f5a524, #f8d57c, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b52c2e, #e1503d, #f5a524, #f8d57c, #ffec3d);
}

Crimson Sunrise color palette created on .