Paleta de colores Active Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Active Pink palette
CSS de la paleta de colores Active Pink
/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f9d68b;
}
.color-3 {
color: #f9bec1;
}
.color-4 {
color: #f99e5d;
}
.color-5 {
color: #f45d8a;
}
/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f9d68b;
--color-3: #f9bec1;
--color-4: #f99e5d;
--color-5: #f45d8a;
}
CSS del degradado de fondo Active Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f9d68b, #f9bec1, #f99e5d, #f45d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f9d68b, #f9bec1, #f99e5d, #f45d8a);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Active Pink color palette created on .