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: #9c1c31;
}
.color-2 {
color: #d93f59;
}
.color-3 {
color: #f7a1c3;
}
.color-4 {
color: #6c2a92;
}
.color-5 {
color: #1c1c1c;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #d93f59;
--color-3: #f7a1c3;
--color-4: #6c2a92;
--color-5: #1c1c1c;
}

Crimson Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #d93f59, #f7a1c3, #6c2a92, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #d93f59, #f7a1c3, #6c2a92, #1c1c1c);
}

Similar color palettes

Scroll down to explore 3 Crimson color palettes

Crimson Twilight color palette created on .