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