Paleta de colores Sundrop

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sundrop palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sundrop

Download sundrop color palette PNG image (landscape)
Download sundrop color palette PNG image (square)

CSS de la paleta de colores Sundrop

/* CSS */
.color-1 {
color: #f5c45c;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #f9d75d;
}
.color-4 {
color: #fbdb74;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #f5c45c;
--color-2: #faa200;
--color-3: #f9d75d;
--color-4: #fbdb74;
--color-5: #ffb300;
}

CSS del degradado de fondo Sundrop

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c45c, #faa200, #f9d75d, #fbdb74, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c45c, #faa200, #f9d75d, #fbdb74, #ffb300);
}

Sundrop color palette created on .