Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1e90a4;
}
.bachelor-button {
color: #4ab8d3;
}
.deep-aquamarine {
color: #7ad9e6;
}
.blizzard-blue {
color: #9ee5f0;
}
.goldsmith {
color: #f0b44c;
}
/* CSS Variables */
:root {
--safe-harbour:#1e90a4;
--bachelor-button:#4ab8d3;
--deep-aquamarine:#7ad9e6;
--blizzard-blue:#9ee5f0;
--goldsmith:#f0b44c;
}