Color names in this palette
CSS code for this palette
/* CSS */
.blue-tang {
color: #2d496c;
}
.blue-antarctic {
color: #4c799a;
}
.pacific-harbour {
color: #78b7d9;
}
.mocha-dandelion {
color: #f3d86d;
}
.cherokee-dignity {
color: #d97a20;
}
/* CSS Variables */
:root {
--blue-tang:#2d496c;
--blue-antarctic:#4c799a;
--pacific-harbour:#78b7d9;
--mocha-dandelion:#f3d86d;
--cherokee-dignity:#d97a20;
}