Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a4d5a6;
}
.child-s-play {
color: #e5b8d7;
}
.allspice {
color: #f9cca9;
}
.icy-lemonade {
color: #f6e6b1;
}
.beautiful-dream {
color: #b4c3e4;
}
/* CSS Variables */
:root {
--green-trance:#a4d5a6;
--child-s-play:#e5b8d7;
--allspice:#f9cca9;
--icy-lemonade:#f6e6b1;
--beautiful-dream:#b4c3e4;
}