Paleta de colores Blushing Petals
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blushing Petals palette
CSS de la paleta de colores Blushing Petals
/* CSS */
.color-1 {
color: #f1b1c5;
}
.color-2 {
color: #f8d3e2;
}
.color-3 {
color: #f4a4bf;
}
.color-4 {
color: #e8a1b6;
}
.color-5 {
color: #d17a94;
}
/* CSS Variables */
:root {
--color-1: #f1b1c5;
--color-2: #f8d3e2;
--color-3: #f4a4bf;
--color-4: #e8a1b6;
--color-5: #d17a94;
}
CSS del degradado de fondo Blushing Petals
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b1c5, #f8d3e2, #f4a4bf, #e8a1b6, #d17a94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b1c5, #f8d3e2, #f4a4bf, #e8a1b6, #d17a94);
}
Paletas de colores similares
Blushing Petals color palette created on .