Color names in this palette
CSS code for this palette
/* CSS */
.medium-vermilion {
color: #d95e36;
}
.orange-pospsicle {
color: #f4a20b;
}
.westfall-yellow {
color: #f9d64e;
}
.willow-hedge {
color: #86c19d;
}
.atlantic-gull {
color: #4b8db4;
}
/* CSS Variables */
:root {
--medium-vermilion:#d95e36;
--orange-pospsicle:#f4a20b;
--westfall-yellow:#f9d64e;
--willow-hedge:#86c19d;
--atlantic-gull:#4b8db4;
}