Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c0;
}
.pale-coral {
color: #f1d1b6;
}
.oyster-bisque {
color: #f2e5b1;
}
.basil-smash {
color: #b5e3a1;
}
.winter-chime {
color: #85c5e0;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c0;
--pale-coral:#f1d1b6;
--oyster-bisque:#f2e5b1;
--basil-smash:#b5e3a1;
--winter-chime:#85c5e0;
}