Paleta de colores Sunset Citrus

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Citrus palette

Compartir esta paleta en:

Descargar la paleta de colores Sunset Citrus (PNG)

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

CSS de la paleta de colores Sunset Citrus

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff9d00;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ff7700;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ffb300;
--color-3: #ff9d00;
--color-4: #ff8c00;
--color-5: #ff7700;
}

CSS del degradado de fondo Sunset Citrus

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ffb300, #ff9d00, #ff8c00, #ff7700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ffb300, #ff9d00, #ff8c00, #ff7700);
}

Sunset Citrus color palette created on .