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