Color names in this palette
CSS code for this palette
/* CSS */
.beau-monde {
color: #7cb1a2;
}
.smooth-satin {
color: #a4d5d2;
}
.ice-cold-white {
color: #dff1e3;
}
.easy-on-the-eyes {
color: #f9eab4;
}
.peach-fizz {
color: #fbab83;
}
/* CSS Variables */
:root {
--beau-monde:#7cb1a2;
--smooth-satin:#a4d5d2;
--ice-cold-white:#dff1e3;
--easy-on-the-eyes:#f9eab4;
--peach-fizz:#fbab83;
}