Color names in this palette
CSS code for this palette
/* CSS */
.neon-boneyard {
color: #dacaf7;
}
.myrtle-flower {
color: #a3b0e0;
}
.air-superiority-blue {
color: #74a2c3;
}
.brig {
color: #50a1c3;
}
.valley-of-glaciers {
color: #2b7c9c;
}
/* CSS Variables */
:root {
--neon-boneyard:#dacaf7;
--myrtle-flower:#a3b0e0;
--air-superiority-blue:#74a2c3;
--brig:#50a1c3;
--valley-of-glaciers:#2b7c9c;
}