Color names in this palette
CSS code for this palette
/* CSS */
.seachange {
color: #3c8c9a;
}
.artesian-well {
color: #5fb4a4;
}
.southern-belle {
color: #a7d7bf;
}
.pineapple-delight {
color: #f1e6a7;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--seachange:#3c8c9a;
--artesian-well:#5fb4a4;
--southern-belle:#a7d7bf;
--pineapple-delight:#f1e6a7;
--maximum-yellow-red:#f1b74b;
}