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