Paleta de colores Shelly
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shelly palette
CSS de la paleta de colores Shelly
/* CSS */
.color-1 {
color: #ffb19e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d33;
}
.color-4 {
color: #ff9d4d;
}
.color-5 {
color: #ffe057;
}
/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ff6e61;
--color-3: #ff3d33;
--color-4: #ff9d4d;
--color-5: #ffe057;
}
CSS del degradado de fondo Shelly
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ff6e61, #ff3d33, #ff9d4d, #ffe057);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ff6e61, #ff3d33, #ff9d4d, #ffe057);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Rosa
Shelly color palette created on .