/* CSS */
.color-1 {
color: #2E1A47;
}
.color-2 {
color: #5A3E8E;
}
.color-3 {
color: #8E60AF;
}
.color-4 {
color: #B59CC9;
}
.color-5 {
color: #F2D4E2;
}
/* CSS Variables */
:root {
--color-1: #2E1A47;
--color-2: #5A3E8E;
--color-3: #8E60AF;
--color-4: #B59CC9;
--color-5: #F2D4E2;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2E1A47, #5A3E8E, #8E60AF, #B59CC9, #F2D4E2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2E1A47, #5A3E8E, #8E60AF, #B59CC9, #F2D4E2);
}
Celestial Bloom color palette created on .