Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1d8e9a;
}
.crystalsong-blue {
color: #50b2b4;
}
.aquamarine-blue {
color: #70d6db;
}
.pale-banana {
color: #f5e18a;
}
.hot-orange {
color: #f18a3b;
}
/* CSS Variables */
:root {
--safe-harbour:#1d8e9a;
--crystalsong-blue:#50b2b4;
--aquamarine-blue:#70d6db;
--pale-banana:#f5e18a;
--hot-orange:#f18a3b;
}