Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sasquatch-socks {
color: #ff4d7f;
}
.daisy-bush {
color: #5a3e8e;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--grapefruit-pulp:#ff6e61;
--sasquatch-socks:#ff4d7f;
--daisy-bush:#5a3e8e;
--azure-tide:#2a9d90;
}