Soft Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Meadow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Meadow Color Palette (PNG)
Soft Meadow color palette CSS
/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #d6c5e2;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #ff667d;
}
.color-5 {
color: #d4a5a5;
}
/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #d6c5e2;
--color-3: #ffc29e;
--color-4: #ff667d;
--color-5: #d4a5a5;
}
Soft Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #d6c5e2, #ffc29e, #ff667d, #d4a5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #d6c5e2, #ffc29e, #ff667d, #d4a5a5);
}
Similar color palettes
Soft Meadow color palette created on .