Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a6e8c;
}
.stillwater {
color: #6da1b0;
}
.alpine-morning-blue {
color: #a6c9d8;
}
.high-honey {
color: #e1b851;
}
.orange-ochre {
color: #d87c31;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a6e8c;
--stillwater:#6da1b0;
--alpine-morning-blue:#a6c9d8;
--high-honey:#e1b851;
--orange-ochre:#d87c31;
}