Paleta de colores Bold Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bold Pink palette
CSS de la paleta de colores Bold Pink
/* CSS */
.color-1 {
color: #5b2f4e;
}
.color-2 {
color: #a65e8d;
}
.color-3 {
color: #d48c8e;
}
.color-4 {
color: #f2a1b0;
}
.color-5 {
color: #f7e3d4;
}
/* CSS Variables */
:root {
--color-1: #5b2f4e;
--color-2: #a65e8d;
--color-3: #d48c8e;
--color-4: #f2a1b0;
--color-5: #f7e3d4;
}
CSS del degradado de fondo Bold Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2f4e, #a65e8d, #d48c8e, #f2a1b0, #f7e3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2f4e, #a65e8d, #d48c8e, #f2a1b0, #f7e3d4);
}
Paletas de colores similares
Bold Pink color palette created on .