Paleta de colores Pink Blossom
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Blossom palette
CSS de la paleta de colores Pink Blossom
/* CSS */
.color-1 {
color: #ffdbdb;
}
.color-2 {
color: #ffd6d6;
}
.color-3 {
color: #ffc7c7;
}
.color-4 {
color: #ffb8b8;
}
.color-5 {
color: #ff9999;
}
/* CSS Variables */
:root {
--color-1: #ffdbdb;
--color-2: #ffd6d6;
--color-3: #ffc7c7;
--color-4: #ffb8b8;
--color-5: #ff9999;
}
CSS del degradado de fondo Pink Blossom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdbdb, #ffd6d6, #ffc7c7, #ffb8b8, #ff9999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdbdb, #ffd6d6, #ffc7c7, #ffb8b8, #ff9999);
}
Paletas de colores similares
Pink Blossom color palette created on .