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: #f7db4a;
}
.color-2 {
color: #5b9b4b;
}
.color-3 {
color: #a6502b;
}
.color-4 {
color: #c1e0e6;
}
.color-5 {
color: #d19fb3;
}
/* CSS Variables */
:root {
--color-1: #f7db4a;
--color-2: #5b9b4b;
--color-3: #a6502b;
--color-4: #c1e0e6;
--color-5: #d19fb3;
}
CSS con gradiente di sfondo Shades of Yellow Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7db4a, #5b9b4b, #a6502b, #c1e0e6, #d19fb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7db4a, #5b9b4b, #a6502b, #c1e0e6, #d19fb3);
}
Tavolozze di colori simili
Shades of Yellow Green color palette created on .