Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a8e9e;
}
.crystalsong-blue {
color: #4bb5b9;
}
.belize {
color: #7dd2d4;
}
.ice-crystal-blue {
color: #a6e7e1;
}
.aijiro-white {
color: #ecf9f8;
}
/* CSS Variables */
:root {
--safe-harbour:#1a8e9e;
--crystalsong-blue:#4bb5b9;
--belize:#7dd2d4;
--ice-crystal-blue:#a6e7e1;
--aijiro-white:#ecf9f8;
}