Warm Shades of Yellow Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Warm Shades of Yellow palette
tavolozza dei colori Warm Shades of Yellow CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f8d45d;
}
.color-3 {
color: #f6c5a7;
}
.color-4 {
color: #e77f7e;
}
.color-5 {
color: #c46898;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f8d45d;
--color-3: #f6c5a7;
--color-4: #e77f7e;
--color-5: #c46898;
}
CSS con gradiente di sfondo Warm Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f8d45d, #f6c5a7, #e77f7e, #c46898);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f8d45d, #f6c5a7, #e77f7e, #c46898);
}
Tavolozze di colori simili
Warm Shades of Yellow color palette created on .