Color names in this palette
CSS code for this palette
/* CSS */
.clear-sky {
color: #91cbf8;
}
.crystal-gem {
color: #77d4a9;
}
.qing-yellow {
color: #ffcc66;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pretty-in-plum {
color: #d35a8a;
}
/* CSS Variables */
:root {
--clear-sky:#91cbf8;
--crystal-gem:#77d4a9;
--qing-yellow:#ffcc66;
--grapefruit-pulp:#ff6e61;
--pretty-in-plum:#d35a8a;
}