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: #f9d348;
}
.color-2 {
color: #f1a950;
}
.color-3 {
color: #ef7e4e;
}
.color-4 {
color: #e15b4c;
}
.color-5 {
color: #d62e3c;
}

/* CSS Variables */
:root {
--color-1: #f9d348;
--color-2: #f1a950;
--color-3: #ef7e4e;
--color-4: #e15b4c;
--color-5: #d62e3c;
}

CSS del degradado de fondo Sundrop

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d348, #f1a950, #ef7e4e, #e15b4c, #d62e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d348, #f1a950, #ef7e4e, #e15b4c, #d62e3c);
}

Sundrop color palette created on .