Paleta de colores Warm Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Pink palette
CSS de la paleta de colores Warm Pink
/* CSS */
.color-1 {
color: #ffad61;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff513d;
}
.color-4 {
color: #ff3d91;
}
.color-5 {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--color-1: #ffad61;
--color-2: #ff6e61;
--color-3: #ff513d;
--color-4: #ff3d91;
--color-5: #ff3d3d;
}
CSS del degradado de fondo Warm Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad61, #ff6e61, #ff513d, #ff3d91, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad61, #ff6e61, #ff513d, #ff3d91, #ff3d3d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Warm Pink color palette created on .