Color names in this palette
CSS code for this palette
/* CSS */
.squeaky {
color: #69c4d8;
}
.blizzard-blue {
color: #a3e7f0;
}
.palace-rose {
color: #f9c8d5;
}
.candlelight-peach {
color: #f9a69a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--squeaky:#69c4d8;
--blizzard-blue:#a3e7f0;
--palace-rose:#f9c8d5;
--candlelight-peach:#f9a69a;
--grapefruit-pulp:#ff6e61;
}