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