CSS code for this palette
/* CSS */
.annular {
color: #e27c60;
}
.seaborn {
color: #85c1b0;
}
.chiffon {
color: #f1f8b9;
}
.orange-clay {
color: #e8a87d;
}
.beetroot-rice {
color: #c38d9e;
}
/* CSS Variables */
:root {
--annular:#e27c60;
--seaborn:#85c1b0;
--chiffon:#f1f8b9;
--orange-clay:#e8a87d;
--beetroot-rice:#c38d9e;
}