Color names in this palette
CSS code for this palette
/* CSS */
.runelord-brass {
color: #b6a89a;
}
.warming-peach {
color: #e2b9a2;
}
.coral-bisque {
color: #f5c4b2;
}
.flower-of-oahu {
color: #f6dfc6;
}
.chinese-cherry {
color: #f2d6ca;
}
/* CSS Variables */
:root {
--runelord-brass:#b6a89a;
--warming-peach:#e2b9a2;
--coral-bisque:#f5c4b2;
--flower-of-oahu:#f6dfc6;
--chinese-cherry:#f2d6ca;
}