Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.roseberry {
color: #f2a6a1;
}
.galway {
color: #c2dab9;
}
.pot-of-cream {
color: #f9f5e6;
}
.shady-character {
color: #4c4c4d;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--roseberry:#f2a6a1;
--galway:#c2dab9;
--pot-of-cream:#f9f5e6;
--shady-character:#4c4c4d;
}