/* CSS */
.color-1 {
color: #1C1C3B;
}
.color-2 {
color: #3D3D57;
}
.color-3 {
color: #5E5E78;
}
.color-4 {
color: #8C8CA1;
}
.color-5 {
color: #C1C1E1;
}
/* CSS Variables */
:root {
--color-1: #1C1C3B;
--color-2: #3D3D57;
--color-3: #5E5E78;
--color-4: #8C8CA1;
--color-5: #C1C1E1;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1C1C3B, #3D3D57, #5E5E78, #8C8CA1, #C1C1E1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1C1C3B, #3D3D57, #5E5E78, #8C8CA1, #C1C1E1);
}
Cosmic Veil color palette created on .