Color names in this palette
CSS code for this palette
/* CSS */
.himalayan-balsam {
color: #ff9ec5;
}
.blush-hour {
color: #ff7094;
}
.festive-fennec {
color: #ff4d64;
}
.french-rose {
color: #f54d87;
}
.maroon-light {
color: #c22e5d;
}
/* CSS Variables */
:root {
--himalayan-balsam:#ff9ec5;
--blush-hour:#ff7094;
--festive-fennec:#ff4d64;
--french-rose:#f54d87;
--maroon-light:#c22e5d;
}