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: #ce2222;
}
.color-2 {
color: #d54d5d;
}
.color-3 {
color: #e08a8a;
}
.color-4 {
color: #c59ddd;
}
.color-5 {
color: #8400ff;
}

/* CSS Variables */
:root {
--color-1: #ce2222;
--color-2: #d54d5d;
--color-3: #e08a8a;
--color-4: #c59ddd;
--color-5: #8400ff;
}

Crimson Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ce2222, #d54d5d, #e08a8a, #c59ddd, #8400ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ce2222, #d54d5d, #e08a8a, #c59ddd, #8400ff);
}

Crimson Twilight color palette created on .