Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.maizena {
color: #f6ec60;
}
.crystal-green {
color: #a2d779;
}
.memphis-green {
color: #5c9d7d;
}
.antilles-blue {
color: #3b5d8c;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--maizena:#f6ec60;
--crystal-green:#a2d779;
--memphis-green:#5c9d7d;
--antilles-blue:#3b5d8c;
}