/* CSS */
.color-1 {
color: #363C11;
}
.color-2 {
color: #472C5E;
}
.color-3 {
color: #0F4D4A;
}
.color-4 {
color: #675219;
}
.color-5 {
color: #706238;
}
/* CSS Variables */
:root {
--color-1: #363C11;
--color-2: #472C5E;
--color-3: #0F4D4A;
--color-4: #675219;
--color-5: #706238;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #363C11, #472C5E, #0F4D4A, #675219, #706238);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #363C11, #472C5E, #0F4D4A, #675219, #706238);
}
Calming Tiffany Blue color palette created on .