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