Crimson Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Twilight palette

Share this palette to:

Crimson Twilight color palette CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c82d3f;
}
.color-3 {
color: #d86f71;
}
.color-4 {
color: #f48080;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c82d3f;
--color-3: #d86f71;
--color-4: #f48080;
--color-5: #f1a8a2;
}

Crimson Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c82d3f, #d86f71, #f48080, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c82d3f, #d86f71, #f48080, #f1a8a2);
}

Crimson Twilight color palette created on .