Citrus Yellow Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Citrus Yellow palette
tavolozza dei colori Citrus Yellow CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ffce6b;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #fbc02d;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ffce6b;
--color-3: #ffeb8a;
--color-4: #ffd54d;
--color-5: #fbc02d;
}
CSS con gradiente di sfondo Citrus Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ffce6b, #ffeb8a, #ffd54d, #fbc02d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ffce6b, #ffeb8a, #ffd54d, #fbc02d);
}
Tavolozze di colori simili
Citrus Yellow color palette created on .