/* CSS */
.color-1 {
color: #F9D64E;
}
.color-2 {
color: #F28C18;
}
.color-3 {
color: #E03C1F;
}
.color-4 {
color: #D9366C;
}
.color-5 {
color: #8E2B91;
}
/* CSS Variables */
:root {
--color-1: #F9D64E;
--color-2: #F28C18;
--color-3: #E03C1F;
--color-4: #D9366C;
--color-5: #8E2B91;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F9D64E, #F28C18, #E03C1F, #D9366C, #8E2B91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F9D64E, #F28C18, #E03C1F, #D9366C, #8E2B91);
}
Vibrant Expedition color palette created on .