Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.coral-dust {
color: #f3a986;
}
.morning-marmalade {
color: #f28b69;
}
.red-cedar {
color: #d5767b;
}
.brilliant-carmine {
color: #b0548d;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--coral-dust:#f3a986;
--morning-marmalade:#f28b69;
--red-cedar:#d5767b;
--brilliant-carmine:#b0548d;
}