Enchanted Dust Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Dust Whisper palette
Enchanted Dust Whisper color palette CSS
/* CSS */
.color-1 {
color: #f0e9d1;
}
.color-2 {
color: #e6d9c1;
}
.color-3 {
color: #d2c7b2;
}
.color-4 {
color: #c6af9f;
}
.color-5 {
color: #b29a8a;
}
/* CSS Variables */
:root {
--color-1: #f0e9d1;
--color-2: #e6d9c1;
--color-3: #d2c7b2;
--color-4: #c6af9f;
--color-5: #b29a8a;
}
Enchanted Dust Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e9d1, #e6d9c1, #d2c7b2, #c6af9f, #b29a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e9d1, #e6d9c1, #d2c7b2, #c6af9f, #b29a8a);
}
Similar color palettes
Enchanted Dust Whisper color palette created on .