Citrus Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Citrus Sunrise palette

Condividi questa palette a:

tavolozza dei colori Citrus Sunrise CSS

/* CSS */
.color-1 {
color: #fc6a2c;
}
.color-2 {
color: #fc9c3b;
}
.color-3 {
color: #fcc754;
}
.color-4 {
color: #fce483;
}
.color-5 {
color: #fcf5b6;
}

/* CSS Variables */
:root {
--color-1: #fc6a2c;
--color-2: #fc9c3b;
--color-3: #fcc754;
--color-4: #fce483;
--color-5: #fcf5b6;
}

CSS con gradiente di sfondo Citrus Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc6a2c, #fc9c3b, #fcc754, #fce483, #fcf5b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc6a2c, #fc9c3b, #fcc754, #fce483, #fcf5b6);
}

Citrus Sunrise color palette created on .