Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.royal-star {
color: #f9e24e;
}
.overtone {
color: #a7e2b0;
}
.adamantine-blue {
color: #4db4f5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--royal-star:#f9e24e;
--overtone:#a7e2b0;
--adamantine-blue:#4db4f5;
--grapefruit-pulp:#ff6e61;
}