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: #d1103a;
}
.color-2 {
color: #e57e3e;
}
.color-3 {
color: #f3ba3f;
}
.color-4 {
color: #f3d55e;
}
.color-5 {
color: #a3d661;
}

/* CSS Variables */
:root {
--color-1: #d1103a;
--color-2: #e57e3e;
--color-3: #f3ba3f;
--color-4: #f3d55e;
--color-5: #a3d661;
}

Crimson Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1103a, #e57e3e, #f3ba3f, #f3d55e, #a3d661);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1103a, #e57e3e, #f3ba3f, #f3d55e, #a3d661);
}

Crimson Sunrise color palette created on .