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