Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.scooter {
color: #308e9c;
}
.ocean-call {
color: #2a698d;
}
.lake-baikal {
color: #1b4f83;
}
.ashenvale-nights {
color: #0e3f6c;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--scooter:#308e9c;
--ocean-call:#2a698d;
--lake-baikal:#1b4f83;
--ashenvale-nights:#0e3f6c;
}