Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a1;
}
.shrimp-toast {
color: #f7c5a1;
}
.aspen-yellow {
color: #f7e0a1;
}
.pale-turquoise {
color: #a1f7cf;
}
.waterspout {
color: #a1f7f5;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a1;
--shrimp-toast:#f7c5a1;
--aspen-yellow:#f7e0a1;
--pale-turquoise:#a1f7cf;
--waterspout:#a1f7f5;
}