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: #a2b3d2;
}
.color-2 {
color: #b9c7df;
}
.color-3 {
color: #d1d9eb;
}
.color-4 {
color: #e7eaf3;
}
.color-5 {
color: #f5f7ff;
}
/* CSS Variables */
:root {
--color-1: #a2b3d2;
--color-2: #b9c7df;
--color-3: #d1d9eb;
--color-4: #e7eaf3;
--color-5: #f5f7ff;
}
Whispers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b3d2, #b9c7df, #d1d9eb, #e7eaf3, #f5f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b3d2, #b9c7df, #d1d9eb, #e7eaf3, #f5f7ff);
}
Similar color palettes
Whispers of Twilight color palette created on .