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