Waxen Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Waxen Whispers palette
Waxen Whispers color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f6c879;
}
.color-3 {
color: #f4e8b8;
}
.color-4 {
color: #e0a49e;
}
.color-5 {
color: #d26f51;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f6c879;
--color-3: #f4e8b8;
--color-4: #e0a49e;
--color-5: #d26f51;
}
Waxen Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f6c879, #f4e8b8, #e0a49e, #d26f51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f6c879, #f4e8b8, #e0a49e, #d26f51);
}
Similar color palettes
Waxen Whispers color palette created on .