Citrus Burst Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Citrus Burst palette

Condividi questa palette a:

tavolozza dei colori Citrus Burst CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb13d;
}
.color-3 {
color: #f6d55a;
}
.color-4 {
color: #a1d86e;
}
.color-5 {
color: #5d9b31;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb13d;
--color-3: #f6d55a;
--color-4: #a1d86e;
--color-5: #5d9b31;
}

CSS con gradiente di sfondo Citrus Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb13d, #f6d55a, #a1d86e, #5d9b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb13d, #f6d55a, #a1d86e, #5d9b31);
}

Citrus Burst color palette created on .