Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.smooth-satin {
color: #a3d7d2;
}
.mint-condition {
color: #def7f5;
}
.serene-pink {
color: #f5c5b7;
}
.babe {
color: #e07b7b;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--smooth-satin:#a3d7d2;
--mint-condition:#def7f5;
--serene-pink:#f5c5b7;
--babe:#e07b7b;
}