Color names in this palette
CSS code for this palette
/* CSS */
.lapis-jewel {
color: #1a5d93;
}
.blue-bobbin {
color: #51b4c8;
}
.vanilla-pudding {
color: #f2e36e;
}
.poppy-glow {
color: #f18b4b;
}
.chinese-dragon {
color: #c94f4f;
}
/* CSS Variables */
:root {
--lapis-jewel:#1a5d93;
--blue-bobbin:#51b4c8;
--vanilla-pudding:#f2e36e;
--poppy-glow:#f18b4b;
--chinese-dragon:#c94f4f;
}