Color names in this palette
CSS code for this palette
/* CSS */
.bliss-blue {
color: #7bc5e0;
}
.peaceful-river {
color: #4a9cd3;
}
.blue-dart-frog {
color: #3a7a9c;
}
.troll-slayer-orange {
color: #f7a64b;
}
.emergency-zone {
color: #e76d40;
}
/* CSS Variables */
:root {
--bliss-blue:#7bc5e0;
--peaceful-river:#4a9cd3;
--blue-dart-frog:#3a7a9c;
--troll-slayer-orange:#f7a64b;
--emergency-zone:#e76d40;
}