Paleta de colores Sunny Salles

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunny Salles palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunny Salles

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

CSS de la paleta de colores Sunny Salles

/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffee00;
}
.color-4 {
color: #008060;
}
.color-5 {
color: #00b2d6;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ffcc00;
--color-3: #ffee00;
--color-4: #008060;
--color-5: #00b2d6;
}

CSS del degradado de fondo Sunny Salles

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ffcc00, #ffee00, #008060, #00b2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ffcc00, #ffee00, #008060, #00b2d6);
}

Sunny Salles color palette created on .