Color names in this palette
CSS code for this palette
/* CSS */
.zappy-zebra {
color: #f1f2f3;
}
.bleached-white {
color: #dfe3e7;
}
.ballet-blue {
color: #b0c4d8;
}
.royal-rum {
color: #a14a4a;
}
.moldy-ochre {
color: #d69d00;
}
/* CSS Variables */
:root {
--zappy-zebra:#f1f2f3;
--bleached-white:#dfe3e7;
--ballet-blue:#b0c4d8;
--royal-rum:#a14a4a;
--moldy-ochre:#d69d00;
}