Citrus Rainbow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Citrus Rainbow palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Citrus Rainbow

Download  citrus rainbow color palette PNG image (landscape)
Download  citrus rainbow color palette PNG image (square)

tavolozza dei colori Citrus Rainbow CSS

/* CSS */
.color-1 {
color: #f7d74b;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #ff4281;
}

/* CSS Variables */
:root {
--color-1: #f7d74b;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #4cae4f;
--color-5: #ff4281;
}

CSS con gradiente di sfondo Citrus Rainbow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d74b, #ff6e61, #ffb84d, #4cae4f, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d74b, #ff6e61, #ffb84d, #4cae4f, #ff4281);
}

Citrus Rainbow color palette created on .