Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.snow-white-blush {
color: #f9aeae;
}
.sweetheart {
color: #f1c6d8;
}
.dessert-cream {
color: #f5e4d1;
}
.mover-shaker {
color: #a1cfa0;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--snow-white-blush:#f9aeae;
--sweetheart:#f1c6d8;
--dessert-cream:#f5e4d1;
--mover-shaker:#a1cfa0;
}