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