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