Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c0;
}
.pink-marshmallow {
color: #f1b6d2;
}
.wax-yellow {
color: #e9e6a0;
}
.retro-mint {
color: #9fd0b0;
}
.artemis {
color: #d5a86c;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c0;
--pink-marshmallow:#f1b6d2;
--wax-yellow:#e9e6a0;
--retro-mint:#9fd0b0;
--artemis:#d5a86c;
}