Twilight Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Whisper palette
Twilight Whisper color palette CSS
/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #3e3e7a;
}
.color-3 {
color: #6a6a9a;
}
.color-4 {
color: #a5a55f;
}
.color-5 {
color: #d96d6d;
}
/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #3e3e7a;
--color-3: #6a6a9a;
--color-4: #a5a55f;
--color-5: #d96d6d;
}
Twilight Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #3e3e7a, #6a6a9a, #a5a55f, #d96d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #3e3e7a, #6a6a9a, #a5a55f, #d96d6d);
}
Similar color palettes
Twilight Whisper color palette created on .