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