Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1b8c9d;
}
.artesian-well {
color: #5cb2af;
}
.green-daze {
color: #8cd4c8;
}
.sugar-cookie {
color: #f1e4a2;
}
.quince-jelly {
color: #f78e2b;
}
/* CSS Variables */
:root {
--safe-harbour:#1b8c9d;
--artesian-well:#5cb2af;
--green-daze:#8cd4c8;
--sugar-cookie:#f1e4a2;
--quince-jelly:#f78e2b;
}