Whispers of the Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Night palette
Whispers of the Night color palette PNG image
Whispers of the Night color palette CSS
/* CSS */
.color-1 {
color: #d5c1e6;
}
.color-2 {
color: #a68bb6;
}
.color-3 {
color: #7e5b9a;
}
.color-4 {
color: #5b3f6e;
}
.color-5 {
color: #3a2a4b;
}
/* CSS Variables */
:root {
--color-1: #d5c1e6;
--color-2: #a68bb6;
--color-3: #7e5b9a;
--color-4: #5b3f6e;
--color-5: #3a2a4b;
}
Whispers of the Night background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c1e6, #a68bb6, #7e5b9a, #5b3f6e, #3a2a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c1e6, #a68bb6, #7e5b9a, #5b3f6e, #3a2a4b);
}
Similar color palettes
Whispers of the Night color palette created on .