Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.sinbad {
color: #a7d3d0;
}
.across-the-bay {
color: #b3e2e6;
}
.distant-horizon {
color: #f2f8f7;
}
.buttery-salmon {
color: #ffb19e;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--sinbad:#a7d3d0;
--across-the-bay:#b3e2e6;
--distant-horizon:#f2f8f7;
--buttery-salmon:#ffb19e;
}