Melancholy Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Melancholy Meadow palette
Melancholy Meadow color palette CSS
/* CSS */
.color-1 {
color: #4a6a8c;
}
.color-2 {
color: #7a9cbd;
}
.color-3 {
color: #9fc1df;
}
.color-4 {
color: #b3e0e5;
}
.color-5 {
color: #f1d0d0;
}
/* CSS Variables */
:root {
--color-1: #4a6a8c;
--color-2: #7a9cbd;
--color-3: #9fc1df;
--color-4: #b3e0e5;
--color-5: #f1d0d0;
}
Melancholy Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6a8c, #7a9cbd, #9fc1df, #b3e0e5, #f1d0d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6a8c, #7a9cbd, #9fc1df, #b3e0e5, #f1d0d0);
}
Similar color palettes
Melancholy Meadow color palette created on .