Twilight Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Whispers palette

Share this palette to:

Twilight Whispers color palette CSS

/* CSS */
.color-1 {
color: #4d3e70;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #8f7b9d;
}
.color-4 {
color: #d4afbf;
}
.color-5 {
color: #f9d4b4;
}

/* CSS Variables */
:root {
--color-1: #4d3e70;
--color-2: #6a5b8b;
--color-3: #8f7b9d;
--color-4: #d4afbf;
--color-5: #f9d4b4;
}

Twilight Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3e70, #6a5b8b, #8f7b9d, #d4afbf, #f9d4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3e70, #6a5b8b, #8f7b9d, #d4afbf, #f9d4b4);
}

Twilight Whispers color palette created on .