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