Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1d8e9a;
}
.emerald-wave {
color: #50b4a8;
}
.chloride {
color: #91d9c2;
}
.bone-white {
color: #f1e0b1;
}
.opal-flame {
color: #e95c49;
}
/* CSS Variables */
:root {
--safe-harbour:#1d8e9a;
--emerald-wave:#50b4a8;
--chloride:#91d9c2;
--bone-white:#f1e0b1;
--opal-flame:#e95c49;
}