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: #fede5d;
}
.color-2 {
color: #fec87c;
}
.color-3 {
color: #fece3e;
}
.color-4 {
color: #ef782e;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #fede5d;
--color-2: #fec87c;
--color-3: #fece3e;
--color-4: #ef782e;
--color-5: #e74d3c;
}

CSS con gradiente di sfondo Sunny Citrus Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fede5d, #fec87c, #fece3e, #ef782e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fede5d, #fec87c, #fece3e, #ef782e, #e74d3c);
}

Sunny Citrus Burst color palette created on .