Color names in this palette
CSS code for this palette
/* CSS */
.cloudy-valley {
color: #b3c7d6;
}
.early-july {
color: #a5e1e9;
}
.peach-damask {
color: #f6c5a7;
}
.fresh-on-the-market {
color: #f8a5b7;
}
.paris-pink {
color: #d56c8d;
}
/* CSS Variables */
:root {
--cloudy-valley:#b3c7d6;
--early-july:#a5e1e9;
--peach-damask:#f6c5a7;
--fresh-on-the-market:#f8a5b7;
--paris-pink:#d56c8d;
}