Color names in this palette
CSS code for this palette
/* CSS */
.blumine {
color: #2f5d6f;
}
.copper-mineral-green {
color: #3a7e79;
}
.jolt-of-jade {
color: #4cb8a2;
}
.morning-glory {
color: #a1d1d3;
}
.almond-oil {
color: #f6f1c1;
}
/* CSS Variables */
:root {
--blumine:#2f5d6f;
--copper-mineral-green:#3a7e79;
--jolt-of-jade:#4cb8a2;
--morning-glory:#a1d1d3;
--almond-oil:#f6f1c1;
}