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: #f7c94b;
}
.color-2 {
color: #f0b470;
}
.color-3 {
color: #f2828c;
}
.color-4 {
color: #d067a6;
}
.color-5 {
color: #8b4cf0;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f0b470;
--color-3: #f2828c;
--color-4: #d067a6;
--color-5: #8b4cf0;
}
CSS del degradado de fondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f0b470, #f2828c, #d067a6, #8b4cf0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f0b470, #f2828c, #d067a6, #8b4cf0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 80+ paletas de colores Brillante
Shades of Pink color palette created on .