Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a4a2;
}
.lion-cub {
color: #f8caa5;
}
.shaded-sun {
color: #f7eba6;
}
.southern-belle {
color: #a8d7c0;
}
.finnish-fiord {
color: #5fb1bf;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a4a2;
--lion-cub:#f8caa5;
--shaded-sun:#f7eba6;
--southern-belle:#a8d7c0;
--finnish-fiord:#5fb1bf;
}