Color names in this palette
CSS code for this palette
/* CSS */
.magic-blue {
color: #3f8da6;
}
.ocean-trip {
color: #5cb0b7;
}
.seafoam-blue {
color: #7ad6b6;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.sacral-chakra {
color: #f0993d;
}
/* CSS Variables */
:root {
--magic-blue:#3f8da6;
--ocean-trip:#5cb0b7;
--seafoam-blue:#7ad6b6;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--sacral-chakra:#f0993d;
}