Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1b8c9d;
}
.crystalsong-blue {
color: #4bb7b9;
}
.aqua-zing {
color: #7be0d4;
}
.pale-canary {
color: #f1f1a7;
}
.usubeni-red {
color: #f26969;
}
/* CSS Variables */
:root {
--safe-harbour:#1b8c9d;
--crystalsong-blue:#4bb7b9;
--aqua-zing:#7be0d4;
--pale-canary:#f1f1a7;
--usubeni-red:#f26969;
}