Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a5d7a2;
}
.cr-me-de-la-cr-me {
color: #f3e8b4;
}
.little-sun-dress {
color: #f9c85d;
}
.orange-pink {
color: #ff6f52;
}
.raspberry-sorbet {
color: #d83b68;
}
/* CSS Variables */
:root {
--green-trance:#a5d7a2;
--cr-me-de-la-cr-me:#f3e8b4;
--little-sun-dress:#f9c85d;
--orange-pink:#ff6f52;
--raspberry-sorbet:#d83b68;
}