Whimsical Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Meadow palette
Whimsical Meadow color palette CSS
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #f8e0b4;
}
.color-3 {
color: #e3f2a6;
}
.color-4 {
color: #b3e0e6;
}
.color-5 {
color: #a6d2f2;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f8e0b4;
--color-3: #e3f2a6;
--color-4: #b3e0e6;
--color-5: #a6d2f2;
}
Whimsical Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f8e0b4, #e3f2a6, #b3e0e6, #a6d2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f8e0b4, #e3f2a6, #b3e0e6, #a6d2f2);
}
Similar color palettes
Whimsical Meadow color palette created on .