Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f3a5c2;
}
.ginger-peach {
color: #f8d2a0;
}
.oklahoma-wheat {
color: #f4e0b8;
}
.green-trance {
color: #a5d9a1;
}
.baby-tears {
color: #69b7d8;
}
/* CSS Variables */
:root {
--tickled-pink:#f3a5c2;
--ginger-peach:#f8d2a0;
--oklahoma-wheat:#f4e0b8;
--green-trance:#a5d9a1;
--baby-tears:#69b7d8;
}