Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a8e9e;
}
.crystalsong-blue {
color: #4eb7b3;
}
.mountain-lake-blue {
color: #85d5d4;
}
.ice-citadel {
color: #b3f4f4;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--safe-harbour:#1a8e9e;
--crystalsong-blue:#4eb7b3;
--mountain-lake-blue:#85d5d4;
--ice-citadel:#b3f4f4;
--light-cyan:#e0ffff;
}