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