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