Enchanted Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Meadow palette
Enchanted Meadow color palette CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f4cca9;
}
.color-3 {
color: #efe6c3;
}
.color-4 {
color: #afeb93;
}
.color-5 {
color: #80c6c5;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4cca9;
--color-3: #efe6c3;
--color-4: #afeb93;
--color-5: #80c6c5;
}
Enchanted Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4cca9, #efe6c3, #afeb93, #80c6c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4cca9, #efe6c3, #afeb93, #80c6c5);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Enchanted Meadow color palette created on .