Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a8c9e;
}
.montego-bay {
color: #3cb7b9;
}
.downy {
color: #6bd1c0;
}
.coastal-foam {
color: #aee5cc;
}
.photon-white {
color: #f6f8e7;
}
/* CSS Variables */
:root {
--safe-harbour:#1a8c9e;
--montego-bay:#3cb7b9;
--downy:#6bd1c0;
--coastal-foam:#aee5cc;
--photon-white:#f6f8e7;
}