Whispers of Time Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Time palette
Whispers of Time color palette CSS
/* CSS */
.color-1 {
color: #d4c7ba;
}
.color-2 {
color: #c1b19f;
}
.color-3 {
color: #a79e9a;
}
.color-4 {
color: #8b9cb6;
}
.color-5 {
color: #5b8095;
}
/* CSS Variables */
:root {
--color-1: #d4c7ba;
--color-2: #c1b19f;
--color-3: #a79e9a;
--color-4: #8b9cb6;
--color-5: #5b8095;
}
Whispers of Time background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c7ba, #c1b19f, #a79e9a, #8b9cb6, #5b8095);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c7ba, #c1b19f, #a79e9a, #8b9cb6, #5b8095);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Whispers of Time color palette created on .