Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.lolly-ice {
color: #a4dad2;
}
.frosty-mint {
color: #e4f6f4;
}
.white-pudding {
color: #f6e8df;
}
.mixed-fruit {
color: #f9b7b4;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--lolly-ice:#a4dad2;
--frosty-mint:#e4f6f4;
--white-pudding:#f6e8df;
--mixed-fruit:#f9b7b4;
}