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