Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f0a3d1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.agrellan-badland {
color: #ffb347;
}
.ice-crystal-blue {
color: #a7e7df;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--violet-kiss:#f0a3d1;
--grapefruit-pulp:#ff6e61;
--agrellan-badland:#ffb347;
--ice-crystal-blue:#a7e7df;
--just-a-fairytale:#6b5b95;
}