Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.paris-daisy {
color: #fde94e;
}
.jittery-jade {
color: #79e6b7;
}
.coolbox-ice-turquoise {
color: #499c9c;
}
.blue-fantastic {
color: #2d3a4d;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--paris-daisy:#fde94e;
--jittery-jade:#79e6b7;
--coolbox-ice-turquoise:#499c9c;
--blue-fantastic:#2d3a4d;
}