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: #4c3d57;
}
.color-2 {
color: #7e6f85;
}
.color-3 {
color: #b2a2b4;
}
.color-4 {
color: #e6b3d0;
}
.color-5 {
color: #d14250;
}

/* CSS Variables */
:root {
--color-1: #4c3d57;
--color-2: #7e6f85;
--color-3: #b2a2b4;
--color-4: #e6b3d0;
--color-5: #d14250;
}

Crimson Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d57, #7e6f85, #b2a2b4, #e6b3d0, #d14250);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d57, #7e6f85, #b2a2b4, #e6b3d0, #d14250);
}

Crimson Twilight color palette created on .