/* CSS */
.color-1 {
color: #C1C0A4;
}
.color-2 {
color: #698D9B;
}
.color-3 {
color: #3B475E;
}
.color-4 {
color: #F5A300;
}
.color-5 {
color: #D63F2E;
}
/* CSS Variables */
:root {
--color-1: #C1C0A4;
--color-2: #698D9B;
--color-3: #3B475E;
--color-4: #F5A300;
--color-5: #D63F2E;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #C1C0A4, #698D9B, #3B475E, #F5A300, #D63F2E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #C1C0A4, #698D9B, #3B475E, #F5A300, #D63F2E);
}
Shepherd's Dusk color palette created on .