Sunlit Citrus Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunlit Citrus Dream palette

Condividi questa palette a:

tavolozza dei colori Sunlit Citrus Dream CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f5c000;
}
.color-3 {
color: #fae900;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #ff2b00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5c000;
--color-3: #fae900;
--color-4: #ff6d1f;
--color-5: #ff2b00;
}

CSS con gradiente di sfondo Sunlit Citrus Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5c000, #fae900, #ff6d1f, #ff2b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5c000, #fae900, #ff6d1f, #ff2b00);
}

Sunlit Citrus Dream color palette created on .