Paleta de colores Sweet Sorbet Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sweet Sorbet Dreams palette
CSS de la paleta de colores Sweet Sorbet Dreams
/* CSS */
.color-1 {
color: #ffcc99;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff8b42;
}
.color-5 {
color: #ffdd57;
}
/* CSS Variables */
:root {
--color-1: #ffcc99;
--color-2: #ffb3b3;
--color-3: #ff6e61;
--color-4: #ff8b42;
--color-5: #ffdd57;
}
CSS del degradado de fondo Sweet Sorbet Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc99, #ffb3b3, #ff6e61, #ff8b42, #ffdd57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc99, #ffb3b3, #ff6e61, #ff8b42, #ffdd57);
}
Paletas de colores similares
Sweet Sorbet Dreams color palette created on .