Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.lugganath-orange {
color: #f5a88a;
}
.salmon-pok-bowl {
color: #f57a7a;
}
.rosy-cheeks {
color: #d84f6b;
}
.plum-dust {
color: #a44c90;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--lugganath-orange:#f5a88a;
--salmon-pok-bowl:#f57a7a;
--rosy-cheeks:#d84f6b;
--plum-dust:#a44c90;
}