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