Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c0;
}
.flattering-peach {
color: #f3d4b4;
}
.grape-green {
color: #a5e2a2;
}
.blue-jeans {
color: #5cadeb;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c0;
--flattering-peach:#f3d4b4;
--grape-green:#a5e2a2;
--blue-jeans:#5cadeb;
--chat-orange:#f79c40;
}