Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f6cbd4;
}
.fresh-on-the-market {
color: #f9a9b8;
}
.blush-hour {
color: #ff7092;
}
.laser-trap {
color: #ff3d67;
}
.lingonberry {
color: #ff1a5e;
}
/* CSS Variables */
:root {
--palace-rose:#f6cbd4;
--fresh-on-the-market:#f9a9b8;
--blush-hour:#ff7092;
--laser-trap:#ff3d67;
--lingonberry:#ff1a5e;
}