Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.grapefruit-pulp {
color: #ff6e61;
}
.fuchsia-purple {
color: #d83b7a;
}
.daisy-bush {
color: #5d3f8d;
}
.malibu {
color: #6ab8e2;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--grapefruit-pulp:#ff6e61;
--fuchsia-purple:#d83b7a;
--daisy-bush:#5d3f8d;
--malibu:#6ab8e2;
}