Enchanted Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Hues palette

Share this palette to:

Enchanted Hues color palette CSS

/* CSS */
.color-1 {
color: #5b6e8f;
}
.color-2 {
color: #9daebe;
}
.color-3 {
color: #e8c7a1;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #f9d72f;
}

/* CSS Variables */
:root {
--color-1: #5b6e8f;
--color-2: #9daebe;
--color-3: #e8c7a1;
--color-4: #f1a8a2;
--color-5: #f9d72f;
}

Enchanted Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6e8f, #9daebe, #e8c7a1, #f1a8a2, #f9d72f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6e8f, #9daebe, #e8c7a1, #f1a8a2, #f9d72f);
}

Enchanted Hues color palette created on .