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