/* CSS */
.color-1 {
color: #2A2C41;
}
.color-2 {
color: #8E9AAF;
}
.color-3 {
color: #EF253C;
}
.color-4 {
color: #D60032;
}
.color-5 {
color: #F99F3E;
}
/* CSS Variables */
:root {
--color-1: #2A2C41;
--color-2: #8E9AAF;
--color-3: #EF253C;
--color-4: #D60032;
--color-5: #F99F3E;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2A2C41, #8E9AAF, #EF253C, #D60032, #F99F3E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2A2C41, #8E9AAF, #EF253C, #D60032, #F99F3E);
}
Vanguard Vibes color palette created on .