Crimson Eclipse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Eclipse palette

Share this palette to:

Crimson Eclipse color palette CSS

/* CSS */
.color-1 {
color: #9f0c09;
}
.color-2 {
color: #d11b15;
}
.color-3 {
color: #e92f25;
}
.color-4 {
color: #f45e4e;
}
.color-5 {
color: #f47a62;
}

/* CSS Variables */
:root {
--color-1: #9f0c09;
--color-2: #d11b15;
--color-3: #e92f25;
--color-4: #f45e4e;
--color-5: #f47a62;
}

Crimson Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f0c09, #d11b15, #e92f25, #f45e4e, #f47a62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f0c09, #d11b15, #e92f25, #f45e4e, #f47a62);
}

Crimson Eclipse color palette created on .