Paleta de colores Blushing Acceleration
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blushing Acceleration palette
CSS de la paleta de colores Blushing Acceleration
/* CSS */
.color-1 {
color: #f45d7b;
}
.color-2 {
color: #f19dbc;
}
.color-3 {
color: #f1c6d8;
}
.color-4 {
color: #f5e5e6;
}
.color-5 {
color: #f8f1f1;
}
/* CSS Variables */
:root {
--color-1: #f45d7b;
--color-2: #f19dbc;
--color-3: #f1c6d8;
--color-4: #f5e5e6;
--color-5: #f8f1f1;
}
CSS del degradado de fondo Blushing Acceleration
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f45d7b, #f19dbc, #f1c6d8, #f5e5e6, #f8f1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f45d7b, #f19dbc, #f1c6d8, #f5e5e6, #f8f1f1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 600+ paletas de colores Rosa
Blushing Acceleration color palette created on .