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: #ff809b;
}
.color-2 {
color: #ff9e9e;
}
.color-3 {
color: #ffb3ba;
}
.color-4 {
color: #ffcdcc;
}
.color-5 {
color: #ffddd1;
}
/* CSS Variables */
:root {
--color-1: #ff809b;
--color-2: #ff9e9e;
--color-3: #ffb3ba;
--color-4: #ffcdcc;
--color-5: #ffddd1;
}
CSS del degradado de fondo Pink Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff809b, #ff9e9e, #ffb3ba, #ffcdcc, #ffddd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff809b, #ff9e9e, #ffb3ba, #ffcdcc, #ffddd1);
}
Paletas de colores similares
Pink Shades color palette created on .