Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.palace-rose {
color: #f9c8d5;
}
.poetic-princess {
color: #f9e1e5;
}
.amber-yellow {
color: #f5b55b;
}
.horror-snob {
color: #d64c4c;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--palace-rose:#f9c8d5;
--poetic-princess:#f9e1e5;
--amber-yellow:#f5b55b;
--horror-snob:#d64c4c;
}