Color names in this palette
CSS code for this palette
/* CSS */
.heart-s-desire {
color: #aa3c5d;
}
.koji-orange {
color: #f1af4b;
}
.flan {
color: #f7e3b1;
}
.green-trance {
color: #a5d9a1;
}
.durban-sky {
color: #5b8c9a;
}
/* CSS Variables */
:root {
--heart-s-desire:#aa3c5d;
--koji-orange:#f1af4b;
--flan:#f7e3b1;
--green-trance:#a5d9a1;
--durban-sky:#5b8c9a;
}