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