Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.snow-white-blush {
color: #f9aeae;
}
.sun-orange {
color: #f47b1f;
}
.welcoming-wasp {
color: #f0a800;
}
.frosty-soft-blue {
color: #b1e2df;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--snow-white-blush:#f9aeae;
--sun-orange:#f47b1f;
--welcoming-wasp:#f0a800;
--frosty-soft-blue:#b1e2df;
}