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: #fff0f4;
}
.color-2 {
color: #feecee;
}
.color-3 {
color: #fedcdc;
}
.color-4 {
color: #fdcbc9;
}
.color-5 {
color: #fcb9b6;
}
/* CSS Variables */
:root {
--color-1: #fff0f4;
--color-2: #feecee;
--color-3: #fedcdc;
--color-4: #fdcbc9;
--color-5: #fcb9b6;
}
CSS del degradado de fondo Blushing Blossoms
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff0f4, #feecee, #fedcdc, #fdcbc9, #fcb9b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff0f4, #feecee, #fedcdc, #fdcbc9, #fcb9b6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Rosa
Blushing Blossoms color palette created on .