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