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