Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.florida-sunrise {
color: #f6a76f;
}
.firelight {
color: #f9d97b;
}
.lady-banksia {
color: #fce6a6;
}
.rose-linen {
color: #e9b0a0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--florida-sunrise:#f6a76f;
--firelight:#f9d97b;
--lady-banksia:#fce6a6;
--rose-linen:#e9b0a0;
}