Color names in this palette
CSS code for this palette
/* CSS */
.greyish-blue {
color: #5f7e9b;
}
.mountain-main {
color: #8fb8d1;
}
.crystal-river {
color: #b2e5f0;
}
.yellow-tulip {
color: #f8d36d;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--greyish-blue:#5f7e9b;
--mountain-main:#8fb8d1;
--crystal-river:#b2e5f0;
--yellow-tulip:#f8d36d;
--durotar-fire:#f15a27;
}