Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f8c9d6;
}
.rogue-pink {
color: #f3a5c3;
}
.pop-that-gum {
color: #f07ab5;
}
.fandango-pink {
color: #e04d8a;
}
.raspberry-sorbet {
color: #d83b68;
}
/* CSS Variables */
:root {
--palace-rose:#f8c9d6;
--rogue-pink:#f3a5c3;
--pop-that-gum:#f07ab5;
--fandango-pink:#e04d8a;
--raspberry-sorbet:#d83b68;
}