/* CSS */
.color-1 {
color: #3A7856;
}
.color-2 {
color: #5DBB7B;
}
.color-3 {
color: #85E0A3;
}
.color-4 {
color: #A3F0D2;
}
.color-5 {
color: #D3F8E5;
}
/* CSS Variables */
:root {
--color-1: #3A7856;
--color-2: #5DBB7B;
--color-3: #85E0A3;
--color-4: #A3F0D2;
--color-5: #D3F8E5;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3A7856, #5DBB7B, #85E0A3, #A3F0D2, #D3F8E5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3A7856, #5DBB7B, #85E0A3, #A3F0D2, #D3F8E5);
}
Whispers Of The Highlands color palette created on .