Color names in this palette
CSS code for this palette
/* CSS */
.pink-beach {
color: #f7c2a6;
}
.lugganath-orange {
color: #f5a58e;
}
.morning-marmalade {
color: #f28b69;
}
.coral-orange {
color: #e86c4a;
}
.warming-heart {
color: #d54939;
}
/* CSS Variables */
:root {
--pink-beach:#f7c2a6;
--lugganath-orange:#f5a58e;
--morning-marmalade:#f28b69;
--coral-orange:#e86c4a;
--warming-heart:#d54939;
}