Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.xanthic {
color: #f8e61b;
}
.dithered-sky {
color: #b8e1ff;
}
.lilliputian-lime {
color: #7fd959;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--xanthic:#f8e61b;
--dithered-sky:#b8e1ff;
--lilliputian-lime:#7fd959;
--grapefruit-pulp:#ff6e61;
}