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