Enchanted Grove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Grove palette
Enchanted Grove color palette CSS
/* CSS */
.color-1 {
color: #89c2b4;
}
.color-2 {
color: #a2d8c0;
}
.color-3 {
color: #c7e5d7;
}
.color-4 {
color: #f5faeb;
}
.color-5 {
color: #f2d4c0;
}
/* CSS Variables */
:root {
--color-1: #89c2b4;
--color-2: #a2d8c0;
--color-3: #c7e5d7;
--color-4: #f5faeb;
--color-5: #f2d4c0;
}
Enchanted Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89c2b4, #a2d8c0, #c7e5d7, #f5faeb, #f2d4c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89c2b4, #a2d8c0, #c7e5d7, #f5faeb, #f2d4c0);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Enchanted Grove color palette created on .