Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.smooth-satin {
color: #a3d7d5;
}
.chilly-white {
color: #e3f2ed;
}
.peachade {
color: #f9e1c8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--smooth-satin:#a3d7d5;
--chilly-white:#e3f2ed;
--peachade:#f9e1c8;
--grapefruit-pulp:#ff6e61;
}