Mellow Meadow Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Mellow Meadow palette
tavolozza dei colori Mellow Meadow CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d2c85b;
}
.color-3 {
color: #b1a94e;
}
.color-4 {
color: #8e9c3a;
}
.color-5 {
color: #62792f;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d2c85b;
--color-3: #b1a94e;
--color-4: #8e9c3a;
--color-5: #62792f;
}
CSS con gradiente di sfondo Mellow Meadow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d2c85b, #b1a94e, #8e9c3a, #62792f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d2c85b, #b1a94e, #8e9c3a, #62792f);
}
Tavolozze di colori simili
Mellow Meadow color palette created on .