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: #ffb3e4;
}
.color-2 {
color: #ffd9a3;
}
.color-3 {
color: #9ed4e0;
}
.color-4 {
color: #ffe0e0;
}
.color-5 {
color: #ffc29e;
}
/* CSS Variables */
:root {
--color-1: #ffb3e4;
--color-2: #ffd9a3;
--color-3: #9ed4e0;
--color-4: #ffe0e0;
--color-5: #ffc29e;
}
Whimsical Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e4, #ffd9a3, #9ed4e0, #ffe0e0, #ffc29e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e4, #ffd9a3, #9ed4e0, #ffe0e0, #ffc29e);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Whimsical Meadow color palette created on .