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