Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e0;
}
.vanadyl-blue {
color: #00a5e0;
}
.sky-of-ocean {
color: #7fceeb;
}
.esprit-peach {
color: #ffc29e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e0;
--vanadyl-blue:#00a5e0;
--sky-of-ocean:#7fceeb;
--esprit-peach:#ffc29e;
--grapefruit-pulp:#ff6e61;
}