Color names in this palette
CSS code for this palette
/* CSS */
.fisher-king {
color: #4f7dba;
}
.malibu {
color: #6ab8e2;
}
.golden-snitch {
color: #f0e04c;
}
.blue-angels-yellow {
color: #fab700;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fisher-king:#4f7dba;
--malibu:#6ab8e2;
--golden-snitch:#f0e04c;
--blue-angels-yellow:#fab700;
--grapefruit-pulp:#ff6e61;
}