Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb8c6;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d70;
}
.coquelicot {
color: #ff3c00;
}
.barcelona-orange {
color: #ff9500;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb8c6;
--blush-hour:#ff7092;
--love-red:#ff4d70;
--coquelicot:#ff3c00;
--barcelona-orange:#ff9500;
}