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: #f0ebb7;
}
.color-2 {
color: #e4b849;
}
.color-3 {
color: #d88d31;
}
.color-4 {
color: #b86c2e;
}
.color-5 {
color: #9b4b31;
}
/* CSS Variables */
:root {
--color-1: #f0ebb7;
--color-2: #e4b849;
--color-3: #d88d31;
--color-4: #b86c2e;
--color-5: #9b4b31;
}
CSS con gradiente di sfondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ebb7, #e4b849, #d88d31, #b86c2e, #9b4b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ebb7, #e4b849, #d88d31, #b86c2e, #9b4b31);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Ambra
Shades of Yellow color palette created on .