Enchanted Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Whispers palette

Share this palette to:

Enchanted Whispers color palette CSS

/* CSS */
.color-1 {
color: #f5c670;
}
.color-2 {
color: #8a2849;
}
.color-3 {
color: #dd5a46;
}
.color-4 {
color: #819933;
}
.color-5 {
color: #5e5c8a;
}

/* CSS Variables */
:root {
--color-1: #f5c670;
--color-2: #8a2849;
--color-3: #dd5a46;
--color-4: #819933;
--color-5: #5e5c8a;
}

Enchanted Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c670, #8a2849, #dd5a46, #819933, #5e5c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c670, #8a2849, #dd5a46, #819933, #5e5c8a);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Enchanted Whispers color palette created on .