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: #f9a76c;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #e9b4d3;
}
.color-4 {
color: #b9e4e0;
}
.color-5 {
color: #6fb8a2;
}
/* CSS Variables */
:root {
--color-1: #f9a76c;
--color-2: #f7c5a1;
--color-3: #e9b4d3;
--color-4: #b9e4e0;
--color-5: #6fb8a2;
}
CSS del degradado de fondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a76c, #f7c5a1, #e9b4d3, #b9e4e0, #6fb8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a76c, #f7c5a1, #e9b4d3, #b9e4e0, #6fb8a2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 70+ paletas de colores Suave
Shades of Pink color palette created on .