Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.royal-palm {
color: #3c8b8a;
}
.green-crush {
color: #5eb09c;
}
.aqua-wish {
color: #a3e1d2;
}
.cocoa-butter {
color: #f7f6c0;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--royal-palm:#3c8b8a;
--green-crush:#5eb09c;
--aqua-wish:#a3e1d2;
--cocoa-butter:#f7f6c0;
}