Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.pie-crust {
color: #f3d9a0;
}
.butterfield {
color: #f9c25d;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--pie-crust:#f3d9a0;
--butterfield:#f9c25d;
--gemini-mustard-momento:#f9a34e;
--breeze-of-chilli:#f76e6e;
}