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: #f3e5bf;
}
.color-2 {
color: #c1a85c;
}
.color-3 {
color: #c1b3d1;
}
.color-4 {
color: #a7b79f;
}
.color-5 {
color: #d9a5a0;
}
/* CSS Variables */
:root {
--color-1: #f3e5bf;
--color-2: #c1a85c;
--color-3: #c1b3d1;
--color-4: #a7b79f;
--color-5: #d9a5a0;
}
Whispers of Time background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5bf, #c1a85c, #c1b3d1, #a7b79f, #d9a5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5bf, #c1a85c, #c1b3d1, #a7b79f, #d9a5a0);
}
Similar color palettes
Whispers of Time color palette created on .