Color names in this palette
CSS code for this palette
/* CSS */
.lapis-lazuli-blue {
color: #1f5d93;
}
.boat-house {
color: #4b8cbe;
}
.dreaming-blue {
color: #8cc3d4;
}
.golden-mary {
color: #f2be3a;
}
.valencia {
color: #d55b4d;
}
/* CSS Variables */
:root {
--lapis-lazuli-blue:#1f5d93;
--boat-house:#4b8cbe;
--dreaming-blue:#8cc3d4;
--golden-mary:#f2be3a;
--valencia:#d55b4d;
}