Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.golden-raspberry {
color: #f6d779;
}
.forsythia-blossom {
color: #f5d56b;
}
.honey-glow {
color: #e8b64a;
}
.gold-pheasant {
color: #c87a5b;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--golden-raspberry:#f6d779;
--forsythia-blossom:#f5d56b;
--honey-glow:#e8b64a;
--gold-pheasant:#c87a5b;
}