Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.highlighter-yellow {
color: #f9e63e;
}
.crystal-green {
color: #a2d77e;
}
.high-blue {
color: #4ab3e8;
}
.medium-pink {
color: #f25a92;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--highlighter-yellow:#f9e63e;
--crystal-green:#a2d77e;
--high-blue:#4ab3e8;
--medium-pink:#f25a92;
}