Color names in this palette
CSS code for this palette
/* CSS */
.cottage-blue {
color: #7a9ec2;
}
.sea-cliff {
color: #a3c3e0;
}
.sunday-afternoon {
color: #f5c67a;
}
.candlelight-peach {
color: #f7a49c;
}
.peppermint-swirl {
color: #d65c78;
}
/* CSS Variables */
:root {
--cottage-blue:#7a9ec2;
--sea-cliff:#a3c3e0;
--sunday-afternoon:#f5c67a;
--candlelight-peach:#f7a49c;
--peppermint-swirl:#d65c78;
}