Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4c;
}
.blue-damselfly {
color: #3398db;
}
.nancy {
color: #5bb9e1;
}
.pyrite {
color: #f4c543;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4c;
--blue-damselfly:#3398db;
--nancy:#5bb9e1;
--pyrite:#f4c543;
--orange-gluttony:#e77e23;
}