Paleta de colores Purple Enchantment
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Purple Enchantment palette
CSS de la paleta de colores Purple Enchantment
/* CSS */
.color-1 {
color: #5b3a8d;
}
.color-2 {
color: #7b5b9f;
}
.color-3 {
color: #a87dba;
}
.color-4 {
color: #e6b3d3;
}
.color-5 {
color: #ffb3c2;
}
/* CSS Variables */
:root {
--color-1: #5b3a8d;
--color-2: #7b5b9f;
--color-3: #a87dba;
--color-4: #e6b3d3;
--color-5: #ffb3c2;
}
CSS del degradado de fondo Purple Enchantment
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a8d, #7b5b9f, #a87dba, #e6b3d3, #ffb3c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a8d, #7b5b9f, #a87dba, #e6b3d3, #ffb3c2);
}
Paletas de colores similares
Purple Enchantment color palette created on .