Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.first-date {
color: #f7b2a1;
}
.dimple {
color: #e67f8d;
}
.peppermint-swirl {
color: #d25b7b;
}
.valentine {
color: #aa3c4c;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--first-date:#f7b2a1;
--dimple:#e67f8d;
--peppermint-swirl:#d25b7b;
--valentine:#aa3c4c;
}