Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.medium-sea-green {
color: #3cb472;
}
.dwarven-peaches {
color: #ffa07a;
}
.hollandaise {
color: #ffec3d;
}
.inferno-orange {
color: #ff4400;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--medium-sea-green:#3cb472;
--dwarven-peaches:#ffa07a;
--hollandaise:#ffec3d;
--inferno-orange:#ff4400;
}