Paleta de colores Shelly

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shelly palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Shelly

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: #04041b;
}
.color-2 {
color: #f2b75f;
}
.color-3 {
color: #ffc685;
}
.color-4 {
color: #a68468;
}
.color-5 {
color: #86613c;
}

/* CSS Variables */
:root {
--color-1: #04041b;
--color-2: #f2b75f;
--color-3: #ffc685;
--color-4: #a68468;
--color-5: #86613c;
}

CSS del degradado de fondo Shelly

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #04041b, #f2b75f, #ffc685, #a68468, #86613c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #04041b, #f2b75f, #ffc685, #a68468, #86613c);
}

Shelly color palette created on .