Whispered Delights Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispered Delights palette
Whispered Delights color palette CSS
/* CSS */
.color-1 {
color: #e7d1c5;
}
.color-2 {
color: #cab3a5;
}
.color-3 {
color: #a59b8d;
}
.color-4 {
color: #8c7a6e;
}
.color-5 {
color: #5b4f4d;
}
/* CSS Variables */
:root {
--color-1: #e7d1c5;
--color-2: #cab3a5;
--color-3: #a59b8d;
--color-4: #8c7a6e;
--color-5: #5b4f4d;
}
Whispered Delights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d1c5, #cab3a5, #a59b8d, #8c7a6e, #5b4f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d1c5, #cab3a5, #a59b8d, #8c7a6e, #5b4f4d);
}
Similar color palettes
Whispered Delights color palette created on .