Color names in this palette
CSS code for this palette
/* CSS */
.white-strawberry {
color: #fce3b6;
}
.lion-cub {
color: #f8caa5;
}
.rose-essence {
color: #f49886;
}
.akak-red {
color: #f27c5f;
}
.tory-red {
color: #d86b5f;
}
/* CSS Variables */
:root {
--white-strawberry:#fce3b6;
--lion-cub:#f8caa5;
--rose-essence:#f49886;
--akak-red:#f27c5f;
--tory-red:#d86b5f;
}