Golden Meadow Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Golden Meadow palette
tavolozza dei colori Golden Meadow CSS
/* CSS */
.color-1 {
color: #fbff00;
}
.color-2 {
color: #e0e000;
}
.color-3 {
color: #d1c700;
}
.color-4 {
color: #b39e00;
}
.color-5 {
color: #9e7c00;
}
/* CSS Variables */
:root {
--color-1: #fbff00;
--color-2: #e0e000;
--color-3: #d1c700;
--color-4: #b39e00;
--color-5: #9e7c00;
}
CSS con gradiente di sfondo Golden Meadow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbff00, #e0e000, #d1c700, #b39e00, #9e7c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbff00, #e0e000, #d1c700, #b39e00, #9e7c00);
}
Tavolozze di colori simili
Golden Meadow color palette created on .