Color names in this palette
CSS code for this palette
/* CSS */
.subnautical {
color: #00264d;
}
.flax-flower-blue {
color: #4c94dc;
}
.mad-for-mango {
color: #f5a300;
}
.chi-gong {
color: #d82c32;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--subnautical:#00264d;
--flax-flower-blue:#4c94dc;
--mad-for-mango:#f5a300;
--chi-gong:#d82c32;
--bleached-silk:#f2f2f2;
}