Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1a999e;
}
.melbourne-cup {
color: #3fc6b1;
}
.star-grass {
color: #72e4c4;
}
.lemon-verbena {
color: #f3e86d;
}
.scoville-high {
color: #e54e24;
}
/* CSS Variables */
:root {
--sea-fantasy:#1a999e;
--melbourne-cup:#3fc6b1;
--star-grass:#72e4c4;
--lemon-verbena:#f3e86d;
--scoville-high:#e54e24;
}