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 PNG image

Download crimson sunrise color palette PNG image (landscape)
Download crimson sunrise color palette PNG image (square)

Crimson Sunrise color palette CSS

/* CSS */
.color-1 {
color: #a30000;
}
.color-2 {
color: #d60032;
}
.color-3 {
color: #ff5c5c;
}
.color-4 {
color: #ff9999;
}
.color-5 {
color: #ffcdcc;
}

/* CSS Variables */
:root {
--color-1: #a30000;
--color-2: #d60032;
--color-3: #ff5c5c;
--color-4: #ff9999;
--color-5: #ffcdcc;
}

Crimson Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30000, #d60032, #ff5c5c, #ff9999, #ffcdcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30000, #d60032, #ff5c5c, #ff9999, #ffcdcc);
}

Crimson Sunrise color palette created on .