Color names in this palette
CSS code for this palette
/* CSS */
.lynx-screen-blue {
color: #2ab0e5;
}
.blue-martini {
color: #50b4d3;
}
.isle-royale {
color: #7dd8cf;
}
.peach-damask {
color: #f7c6a6;
}
.salmon-orange {
color: #ff8e6b;
}
/* CSS Variables */
:root {
--lynx-screen-blue:#2ab0e5;
--blue-martini:#50b4d3;
--isle-royale:#7dd8cf;
--peach-damask:#f7c6a6;
--salmon-orange:#ff8e6b;
}