Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a64e;
}
.breeze-of-chilli {
color: #f76e6e;
}
.douglas-fir-green {
color: #6d9c7f;
}
.bio-blue {
color: #495a9c;
}
.pretty-petunia {
color: #d4b5e8;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a64e;
--breeze-of-chilli:#f76e6e;
--douglas-fir-green:#6d9c7f;
--bio-blue:#495a9c;
--pretty-petunia:#d4b5e8;
}