Paleta de colores Blushing Blossoms
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blushing Blossoms palette
CSS de la paleta de colores Blushing Blossoms
/* CSS */
.color-1 {
color: #f57584;
}
.color-2 {
color: #f6a2b0;
}
.color-3 {
color: #f3c4d7;
}
.color-4 {
color: #f1dfe5;
}
.color-5 {
color: #e5b8c1;
}
/* CSS Variables */
:root {
--color-1: #f57584;
--color-2: #f6a2b0;
--color-3: #f3c4d7;
--color-4: #f1dfe5;
--color-5: #e5b8c1;
}
CSS del degradado de fondo Blushing Blossoms
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f57584, #f6a2b0, #f3c4d7, #f1dfe5, #e5b8c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f57584, #f6a2b0, #f3c4d7, #f1dfe5, #e5b8c1);
}
Paletas de colores similares
Blushing Blossoms color palette created on .