/* CSS */
.color-1 {
color: #F1B341;
}
.color-2 {
color: #D63F2E;
}
.color-3 {
color: #C44A8D;
}
.color-4 {
color: #6B98D6;
}
.color-5 {
color: #3BDE71;
}
/* CSS Variables */
:root {
--color-1: #F1B341;
--color-2: #D63F2E;
--color-3: #C44A8D;
--color-4: #6B98D6;
--color-5: #3BDE71;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F1B341, #D63F2E, #C44A8D, #6B98D6, #3BDE71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F1B341, #D63F2E, #C44A8D, #6B98D6, #3BDE71);
}
Vibrant Zamani color palette created on .