Color names in this palette
CSS code for this palette
/* CSS */
.bubbelgum-heart {
color: #ffb8e4;
}
.golden-glow {
color: #f9d57b;
}
.alaskan-wind {
color: #b9e1e9;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bubbelgum-heart:#ffb8e4;
--golden-glow:#f9d57b;
--alaskan-wind:#b9e1e9;
--apricot-glazed-chicken:#f5a524;
--grapefruit-pulp:#ff6e61;
}