Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.blue-tint {
color: #a0d9d3;
}
.frosty-mint {
color: #e2f8f6;
}
.shrimp-toast {
color: #f7c5a1;
}
.vermilion-orange {
color: #f75f40;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--blue-tint:#a0d9d3;
--frosty-mint:#e2f8f6;
--shrimp-toast:#f7c5a1;
--vermilion-orange:#f75f40;
}