Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a1c2e8;
}
.ibis {
color: #f2b1c3;
}
.spirited-yellow {
color: #ffda85;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dublin-jack {
color: #6dab8c;
}
/* CSS Variables */
:root {
--sky-high:#a1c2e8;
--ibis:#f2b1c3;
--spirited-yellow:#ffda85;
--grapefruit-pulp:#ff6e61;
--dublin-jack:#6dab8c;
}