Color names in this palette
CSS code for this palette
/* CSS */
.high-blue {
color: #4ab3e8;
}
.aquarius {
color: #2db4d2;
}
.summer-blue {
color: #1a7f9e;
}
.pastel-magenta {
color: #f49fc2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--high-blue:#4ab3e8;
--aquarius:#2db4d2;
--summer-blue:#1a7f9e;
--pastel-magenta:#f49fc2;
--grapefruit-pulp:#ff6e61;
}