Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1b909d;
}
.panorama-blue {
color: #3bb9c9;
}
.near-moon {
color: #60e2e6;
}
.soaring-sky {
color: #b9e5e9;
}
.mint-cream {
color: #f5fffa;
}
/* CSS Variables */
:root {
--safe-harbour:#1b909d;
--panorama-blue:#3bb9c9;
--near-moon:#60e2e6;
--soaring-sky:#b9e5e9;
--mint-cream:#f5fffa;
}