Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.wake-me-up {
color: #f6d55a;
}
.island-moment {
color: #3bb0aa;
}
.h-i-s-black {
color: #17202b;
}
.ponceau {
color: #f85d72;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--wake-me-up:#f6d55a;
--island-moment:#3bb0aa;
--h-i-s-black:#17202b;
--ponceau:#f85d72;
}