Color names in this palette
CSS code for this palette
/* CSS */
.blue-gourami {
color: #6b9edb;
}
.storm-blue {
color: #507d9b;
}
.mammoth-mountain {
color: #3e6b7a;
}
.white-vienna {
color: #c3e0b2;
}
.forsythia-blossom {
color: #f7d56e;
}
/* CSS Variables */
:root {
--blue-gourami:#6b9edb;
--storm-blue:#507d9b;
--mammoth-mountain:#3e6b7a;
--white-vienna:#c3e0b2;
--forsythia-blossom:#f7d56e;
}