/* CSS */
.color-1 {
color: #F5A524;
}
.color-2 {
color: #DACA8B;
}
.color-3 {
color: #9B58B6;
}
.color-4 {
color: #3398DB;
}
.color-5 {
color: #E74D3C;
}
/* CSS Variables */
:root {
--color-1: #F5A524;
--color-2: #DACA8B;
--color-3: #9B58B6;
--color-4: #3398DB;
--color-5: #E74D3C;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F5A524, #DACA8B, #9B58B6, #3398DB, #E74D3C);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F5A524, #DACA8B, #9B58B6, #3398DB, #E74D3C);
}
Vox Vibrance color palette created on .