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