Color names in this palette
CSS code for this palette
/* CSS */
.secret-cove {
color: #698e9b;
}
.celestyn {
color: #b5c6d4;
}
.mont-blanc-peak {
color: #f3e7e8;
}
.animated-coral {
color: #ea8d81;
}
.peppermint-swirl {
color: #d05d7a;
}
/* CSS Variables */
:root {
--secret-cove:#698e9b;
--celestyn:#b5c6d4;
--mont-blanc-peak:#f3e7e8;
--animated-coral:#ea8d81;
--peppermint-swirl:#d05d7a;
}