Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.gorse {
color: #f9e639;
}
.mesa-rose {
color: #f1b6b1;
}
.breeze-of-chilli {
color: #f26e6e;
}
.raspberry-sorbet {
color: #d4406a;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--gorse:#f9e639;
--mesa-rose:#f1b6b1;
--breeze-of-chilli:#f26e6e;
--raspberry-sorbet:#d4406a;
}