Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.ibis {
color: #f6b1c0;
}
.candy-heart-pink {
color: #f4a19f;
}
.lion-cub {
color: #f5cba3;
}
.aspen-yellow {
color: #f8e0a0;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--ibis:#f6b1c0;
--candy-heart-pink:#f4a19f;
--lion-cub:#f5cba3;
--aspen-yellow:#f8e0a0;
}