Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.chai-latte {
color: #f8c8a0;
}
.friendly-yellow {
color: #f4e1b3;
}
.wisp-green {
color: #c3d9b5;
}
.thresher-shark {
color: #94c6e6;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--chai-latte:#f8c8a0;
--friendly-yellow:#f4e1b3;
--wisp-green:#c3d9b5;
--thresher-shark:#94c6e6;
}