Color names in this palette
CSS code for this palette
/* CSS */
.blue-moon {
color: #3b8fab;
}
.consumed-by-fire {
color: #f2801c;
}
.stark-white {
color: #d3c6b6;
}
.oat-cake {
color: #e1c9b2;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--blue-moon:#3b8fab;
--consumed-by-fire:#f2801c;
--stark-white:#d3c6b6;
--oat-cake:#e1c9b2;
--mad-for-mango:#f5a300;
}