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: #f6b8b1;
}
.color-2 {
color: #f7d4c5;
}
.color-3 {
color: #f8e2d3;
}
.color-4 {
color: #f9f5e7;
}
.color-5 {
color: #dfafe4;
}
/* CSS Variables */
:root {
--color-1: #f6b8b1;
--color-2: #f7d4c5;
--color-3: #f8e2d3;
--color-4: #f9f5e7;
--color-5: #dfafe4;
}
CSS del degradado de fondo Shelly
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b8b1, #f7d4c5, #f8e2d3, #f9f5e7, #dfafe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b8b1, #f7d4c5, #f8e2d3, #f9f5e7, #dfafe4);
}
Paletas de colores similares
Shelly color palette created on .