Color names in this palette
CSS code for this palette
/* CSS */
.windjammer {
color: #59a5e3;
}
.big-chill {
color: #80c7e5;
}
.everest {
color: #a3e6e0;
}
.boxwood-yellow {
color: #efe2a4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--windjammer:#59a5e3;
--big-chill:#80c7e5;
--everest:#a3e6e0;
--boxwood-yellow:#efe2a4;
--grapefruit-pulp:#ff6e61;
}