Paleta de colores Gentle Sherbert
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Gentle Sherbert palette
Imagen PNG de la paleta de colores Gentle Sherbert
CSS de la paleta de colores Gentle Sherbert
/* CSS */
.color-1 {
color: #ffb19e;
}
.color-2 {
color: #ff9c75;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffd15c;
}
.color-5 {
color: #ffeb85;
}
/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ff9c75;
--color-3: #ff6e61;
--color-4: #ffd15c;
--color-5: #ffeb85;
}
CSS del degradado de fondo Gentle Sherbert
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ff9c75, #ff6e61, #ffd15c, #ffeb85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ff9c75, #ff6e61, #ffd15c, #ffeb85);
}
Paletas de colores similares
Gentle Sherbert color palette created on .