Paleta de colores Purple Galaxy
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Purple Galaxy palette
CSS de la paleta de colores Purple Galaxy
/* CSS */
.color-1 {
color: #1f203d;
}
.color-2 {
color: #3f3c90;
}
.color-3 {
color: #696991;
}
.color-4 {
color: #a77dcf;
}
.color-5 {
color: #e4a5c2;
}
/* CSS Variables */
:root {
--color-1: #1f203d;
--color-2: #3f3c90;
--color-3: #696991;
--color-4: #a77dcf;
--color-5: #e4a5c2;
}
CSS del degradado de fondo Purple Galaxy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f203d, #3f3c90, #696991, #a77dcf, #e4a5c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f203d, #3f3c90, #696991, #a77dcf, #e4a5c2);
}
Paletas de colores similares
- Mystic Yellow
- Whimsical Orchid Dream
- Violet Reverie
- Whispers of Iris
- Purple Mystic
- Purple Dream
- Celestial Lavender Dream
- Purple Dreams
- Whimsical Winks
- Moonlight Purple Shades
- Frosted Lilac Dreams
- Electric Dreamscape
- Purple Witches
- Whispers of Lavender
- Purple Heartbreak
- Purple Magic
- Celestial Dreamscape
- Celestial Whispers
Purple Galaxy color palette created on .