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