Whispers of the Forgotten Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Forgotten palette
Whispers of the Forgotten color palette CSS
/* CSS */
.color-1 {
color: #5b4b8b;
}
.color-2 {
color: #8c6aa0;
}
.color-3 {
color: #d3a6b6;
}
.color-4 {
color: #efc4a4;
}
.color-5 {
color: #f9e0ae;
}
/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #8c6aa0;
--color-3: #d3a6b6;
--color-4: #efc4a4;
--color-5: #f9e0ae;
}
Whispers of the Forgotten background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #8c6aa0, #d3a6b6, #efc4a4, #f9e0ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #8c6aa0, #d3a6b6, #efc4a4, #f9e0ae);
}
Similar color palettes
Whispers of the Forgotten color palette created on .