Paleta de colores Sunny Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunny Delight palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunny Delight

Download sunny delight color palette PNG image (landscape)
Download sunny delight color palette PNG image (square)

CSS de la paleta de colores Sunny Delight

/* CSS */
.color-1 {
color: #f2df50;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f89d35;
}
.color-4 {
color: #f47b25;
}
.color-5 {
color: #e84b2c;
}

/* CSS Variables */
:root {
--color-1: #f2df50;
--color-2: #f7c94b;
--color-3: #f89d35;
--color-4: #f47b25;
--color-5: #e84b2c;
}

CSS del degradado de fondo Sunny Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2df50, #f7c94b, #f89d35, #f47b25, #e84b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2df50, #f7c94b, #f89d35, #f47b25, #e84b2c);
}

Sunny Delight color palette created on .