Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.applemint-soda {
color: #f2f6e9;
}
.creole-cottage {
color: #e7b99c;
}
.rhubarb-gin {
color: #d9a6c1;
}
.rhodonite {
color: #f4b3c4;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--applemint-soda:#f2f6e9;
--creole-cottage:#e7b99c;
--rhubarb-gin:#d9a6c1;
--rhodonite:#f4b3c4;
}