Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5ab5b0;
}
.flounce {
color: #4b8b8b;
}
.morning-glory {
color: #9fd1d0;
}
.rustique {
color: #f4c1b3;
}
.reductant {
color: #e85e5e;
}
/* CSS Variables */
:root {
--artesian-well:#5ab5b0;
--flounce:#4b8b8b;
--morning-glory:#9fd1d0;
--rustique:#f4c1b3;
--reductant:#e85e5e;
}