Sunny Citrus Burst Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunny Citrus Burst palette

Condividi questa palette a:

tavolozza dei colori Sunny Citrus Burst CSS

/* CSS */
.color-1 {
color: #fefc76;
}
.color-2 {
color: #fcd44f;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f5ab00;
}
.color-5 {
color: #f3712b;
}

/* CSS Variables */
:root {
--color-1: #fefc76;
--color-2: #fcd44f;
--color-3: #f9c54e;
--color-4: #f5ab00;
--color-5: #f3712b;
}

CSS con gradiente di sfondo Sunny Citrus Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefc76, #fcd44f, #f9c54e, #f5ab00, #f3712b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefc76, #fcd44f, #f9c54e, #f5ab00, #f3712b);
}

Sunny Citrus Burst color palette created on .