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