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