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: #f9d55d;
}
.color-2 {
color: #f9a12f;
}
.color-3 {
color: #f76c26;
}
.color-4 {
color: #e84f30;
}
.color-5 {
color: #d6383d;
}

/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #f9a12f;
--color-3: #f76c26;
--color-4: #e84f30;
--color-5: #d6383d;
}

CSS con gradiente di sfondo Sunny Citrus Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #f9a12f, #f76c26, #e84f30, #d6383d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #f9a12f, #f76c26, #e84f30, #d6383d);
}

Sunny Citrus Burst color palette created on .