Paleta de colores Shelly

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shelly palette

Compartir esta paleta en:

Descargar la paleta de colores Shelly (PNG)

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

CSS de la paleta de colores Shelly

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f7c5c6;
}
.color-3 {
color: #f8e4d3;
}
.color-4 {
color: #f5d670;
}
.color-5 {
color: #f7a92b;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f7c5c6;
--color-3: #f8e4d3;
--color-4: #f5d670;
--color-5: #f7a92b;
}

CSS del degradado de fondo Shelly

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f7c5c6, #f8e4d3, #f5d670, #f7a92b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f7c5c6, #f8e4d3, #f5d670, #f7a92b);
}

Shelly color palette created on .