Color names in this palette
CSS code for this palette
/* CSS */
.lynx-screen-blue {
color: #2ab0e5;
}
.middle-blue {
color: #7dd1e8;
}
.opal {
color: #aee2e5;
}
.bellini {
color: #f4c8ae;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--lynx-screen-blue:#2ab0e5;
--middle-blue:#7dd1e8;
--opal:#aee2e5;
--bellini:#f4c8ae;
--grapefruit-pulp:#ff6e61;
}