Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8c8e;
}
.crystalsong-blue {
color: #4ab5b5;
}
.belize {
color: #82d2d3;
}
.marigold-dust {
color: #f4cf3e;
}
.mad-for-mango {
color: #faa200;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8c8e;
--crystalsong-blue:#4ab5b5;
--belize:#82d2d3;
--marigold-dust:#f4cf3e;
--mad-for-mango:#faa200;
}