Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.english-rose {
color: #f7c5c5;
}
.ballet-white {
color: #f2e5d9;
}
.powder-blue {
color: #b0dfe8;
}
.frugal {
color: #a4d5b2;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--english-rose:#f7c5c5;
--ballet-white:#f2e5d9;
--powder-blue:#b0dfe8;
--frugal:#a4d5b2;
}