Color names in this palette
CSS code for this palette
/* CSS */
.thalassophile {
color: #45b2e8;
}
.blue-damselfly {
color: #2ba8da;
}
.uv-light {
color: #0098c7;
}
.brilliant-blue {
color: #0077b3;
}
.impulse {
color: #005a8a;
}
/* CSS Variables */
:root {
--thalassophile:#45b2e8;
--blue-damselfly:#2ba8da;
--uv-light:#0098c7;
--brilliant-blue:#0077b3;
--impulse:#005a8a;
}