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