Color names in this palette
CSS code for this palette
/* CSS */
.uv-light {
color: #0098c7;
}
.blue-atoll {
color: #00b4e6;
}
.athena-blue {
color: #6be1ff;
}
.zh-n-zh-b-i-pearl {
color: #f6f9f9;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--uv-light:#0098c7;
--blue-atoll:#00b4e6;
--athena-blue:#6be1ff;
--zh-n-zh-b-i-pearl:#f6f9f9;
--grapefruit-pulp:#ff6e61;
}