Color names in this palette
CSS code for this palette
/* CSS */
.blue-damselfly {
color: #299fd6;
}
.boat-house {
color: #4a8cbf;
}
.fate {
color: #699bbf;
}
.country-air {
color: #a2b7c8;
}
.elemental {
color: #cfd2d3;
}
/* CSS Variables */
:root {
--blue-damselfly:#299fd6;
--boat-house:#4a8cbf;
--fate:#699bbf;
--country-air:#a2b7c8;
--elemental:#cfd2d3;
}