Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f7a1b7;
}
.peach-ash {
color: #f2c4ba;
}
.cr-me-de-la-cr-me {
color: #f2e7b5;
}
.aero-blue {
color: #c1e7d4;
}
.juzcar-blue {
color: #a1d3f7;
}
/* CSS Variables */
:root {
--harmonious-rose:#f7a1b7;
--peach-ash:#f2c4ba;
--cr-me-de-la-cr-me:#f2e7b5;
--aero-blue:#c1e7d4;
--juzcar-blue:#a1d3f7;
}