Color names in this palette
CSS code for this palette
/* CSS */
.frozen-tomato {
color: #d95230;
}
.orange-pospsicle {
color: #f6a50e;
}
.tamarack-yellow {
color: #f3da58;
}
.st-patrick {
color: #2e8e4e;
}
.clear-night-sky {
color: #1e4f80;
}
/* CSS Variables */
:root {
--frozen-tomato:#d95230;
--orange-pospsicle:#f6a50e;
--tamarack-yellow:#f3da58;
--st-patrick:#2e8e4e;
--clear-night-sky:#1e4f80;
}