Shades of Yellow Green Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Yellow Green palette
tavolozza dei colori Shades of Yellow Green CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f0c74c;
}
.color-3 {
color: #a5d86f;
}
.color-4 {
color: #6aaf75;
}
.color-5 {
color: #3d8a8a;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f0c74c;
--color-3: #a5d86f;
--color-4: #6aaf75;
--color-5: #3d8a8a;
}
CSS con gradiente di sfondo Shades of Yellow Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f0c74c, #a5d86f, #6aaf75, #3d8a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f0c74c, #a5d86f, #6aaf75, #3d8a8a);
}
Tavolozze di colori simili
Shades of Yellow Green color palette created on .