Enchanted Kingdoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Kingdoms palette
Enchanted Kingdoms color palette CSS
/* CSS */
.color-1 {
color: #7f4b8b;
}
.color-2 {
color: #b35b7b;
}
.color-3 {
color: #e6a66b;
}
.color-4 {
color: #f9d75d;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #7f4b8b;
--color-2: #b35b7b;
--color-3: #e6a66b;
--color-4: #f9d75d;
--color-5: #f4a462;
}
Enchanted Kingdoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f4b8b, #b35b7b, #e6a66b, #f9d75d, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f4b8b, #b35b7b, #e6a66b, #f9d75d, #f4a462);
}
Similar color palettes
Enchanted Kingdoms color palette created on .