Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.dream-of-spring {
color: #f6d12c;
}
.fresh-pineapple {
color: #f2d450;
}
.grapefruit-pulp {
color: #ff6e61;
}
.raspberry-sorbet {
color: #d84169;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--dream-of-spring:#f6d12c;
--fresh-pineapple:#f2d450;
--grapefruit-pulp:#ff6e61;
--raspberry-sorbet:#d84169;
}