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