Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.sweetheart {
color: #f3c3d7;
}
.marshmallow-rose {
color: #f7e3e7;
}
.sun-dust {
color: #f5e0a3;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--sweetheart:#f3c3d7;
--marshmallow-rose:#f7e3e7;
--sun-dust:#f5e0a3;
--blue-angels-yellow:#fab700;
}