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