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