Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1d8e9a;
}
.artesian-well {
color: #59b1af;
}
.green-daze {
color: #8bd0c4;
}
.wildcat-grey {
color: #f3eebe;
}
.candlelight-peach {
color: #f8a39b;
}
/* CSS Variables */
:root {
--safe-harbour:#1d8e9a;
--artesian-well:#59b1af;
--green-daze:#8bd0c4;
--wildcat-grey:#f3eebe;
--candlelight-peach:#f8a39b;
}