Sunset Citrus Burst Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Citrus Burst palette

Condividi questa palette a:

tavolozza dei colori Sunset Citrus Burst CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #a8e04d;
}
.color-3 {
color: #e6b400;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #a8e04d;
--color-3: #e6b400;
--color-4: #ffb84d;
--color-5: #ff4d00;
}

CSS con gradiente di sfondo Sunset Citrus Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #a8e04d, #e6b400, #ffb84d, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #a8e04d, #e6b400, #ffb84d, #ff4d00);
}

Sunset Citrus Burst color palette created on .