Whispers of Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Twilight palette
Whispers of Twilight color palette CSS
/* CSS */
.color-1 {
color: #9dc3e2;
}
.color-2 {
color: #5a5c90;
}
.color-3 {
color: #262627;
}
.color-4 {
color: #212121;
}
.color-5 {
color: #1f1f1f;
}
/* CSS Variables */
:root {
--color-1: #9dc3e2;
--color-2: #5a5c90;
--color-3: #262627;
--color-4: #212121;
--color-5: #1f1f1f;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9dc3e2, #5a5c90, #262627, #212121, #1f1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9dc3e2, #5a5c90, #262627, #212121, #1f1f1f);
}
Similar color palettes
Whispers of Twilight color palette created on .