Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.her-majesty {
color: #f6a2a6;
}
.breeze-of-chilli {
color: #f76e6e;
}
.flame-stitch {
color: #d55948;
}
.our-little-secret {
color: #aa4b7a;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--her-majesty:#f6a2a6;
--breeze-of-chilli:#f76e6e;
--flame-stitch:#d55948;
--our-little-secret:#aa4b7a;
}