Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f7c9a6;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.n-rang-orange {
color: #ff8052;
}
.toxic-orange {
color: #ff5d38;
}
.strawberry-spinach-red {
color: #ff3b29;
}
/* CSS Variables */
:root {
--lion-cub:#f7c9a6;
--sharegaki-persimmon:#ff9f6b;
--n-rang-orange:#ff8052;
--toxic-orange:#ff5d38;
--strawberry-spinach-red:#ff3b29;
}