Color names in this palette
CSS code for this palette
/* CSS */
.light-periwinkle {
color: #bbcaf7;
}
.simply-violet {
color: #a4a0d4;
}
.pretty-petunia {
color: #d3b2e0;
}
.lion-cub {
color: #f9d0a4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--light-periwinkle:#bbcaf7;
--simply-violet:#a4a0d4;
--pretty-petunia:#d3b2e0;
--lion-cub:#f9d0a4;
--grapefruit-pulp:#ff6e61;
}