Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.rapeseed-blossom {
color: #fce74a;
}
.h-o {
color: #bfe0e8;
}
.island-moment {
color: #3bb0aa;
}
.elm {
color: #2a7976;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--rapeseed-blossom:#fce74a;
--h-o:#bfe0e8;
--island-moment:#3bb0aa;
--elm:#2a7976;
}