Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c3;
}
.hard-candy {
color: #ffb8ba;
}
.curtsy {
color: #ffd4b8;
}
.maximum-green-yellow {
color: #d3e156;
}
.citrus-surge {
color: #8bc34b;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c3;
--hard-candy:#ffb8ba;
--curtsy:#ffd4b8;
--maximum-green-yellow:#d3e156;
--citrus-surge:#8bc34b;
}