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