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

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

Crimson Twilight color palette CSS

/* CSS */
.color-1 {
color: #230101;
}
.color-2 {
color: #410146;
}
.color-3 {
color: #8d023e;
}
.color-4 {
color: #d9022d;
}
.color-5 {
color: #fc1d3e;
}

/* CSS Variables */
:root {
--color-1: #230101;
--color-2: #410146;
--color-3: #8d023e;
--color-4: #d9022d;
--color-5: #fc1d3e;
}

Crimson Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #230101, #410146, #8d023e, #d9022d, #fc1d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #230101, #410146, #8d023e, #d9022d, #fc1d3e);
}

Crimson Twilight color palette created on .