Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9b2a9;
}
.australian-apricot {
color: #f3c6a5;
}
.gold-sand {
color: #f9e6a9;
}
.yellow-tulip {
color: #f2d16e;
}
.maximum-yellow-red {
color: #f5b847;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9b2a9;
--australian-apricot:#f3c6a5;
--gold-sand:#f9e6a9;
--yellow-tulip:#f2d16e;
--maximum-yellow-red:#f5b847;
}