Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c8d8;
}
.blue-pot {
color: #a4b2c1;
}
.canary-wharf {
color: #8fa2b3;
}
.evening-sunset {
color: #efad6c;
}
.jack-o-lantern {
color: #d57b4d;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c8d8;
--blue-pot:#a4b2c1;
--canary-wharf:#8fa2b3;
--evening-sunset:#efad6c;
--jack-o-lantern:#d57b4d;
}