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