Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.gould-blue {
color: #7d9da1;
}
.chlorophyll-cream {
color: #b2d7c1;
}
.menoth-white-base {
color: #f1e9b7;
}
.duchess-rose {
color: #f7a897;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--gould-blue:#7d9da1;
--chlorophyll-cream:#b2d7c1;
--menoth-white-base:#f1e9b7;
--duchess-rose:#f7a897;
}