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: #eab8c9;
}
.color-2 {
color: #d57c88;
}
.color-3 {
color: #c3506b;
}
.color-4 {
color: #dfaf6d;
}
.color-5 {
color: #e45d2f;
}
/* CSS Variables */
:root {
--color-1: #eab8c9;
--color-2: #d57c88;
--color-3: #c3506b;
--color-4: #dfaf6d;
--color-5: #e45d2f;
}
CSS del degradado de fondo Charming Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8c9, #d57c88, #c3506b, #dfaf6d, #e45d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8c9, #d57c88, #c3506b, #dfaf6d, #e45d2f);
}
Paletas de colores similares
Charming Pink color palette created on .