Color names in this palette
CSS code for this palette
/* CSS */
.beryl-red {
color: #a35c83;
}
.premium-pink {
color: #e8b5bf;
}
.barrett-quince {
color: #f6d1b1;
}
.floral-leaf {
color: #ffb84d;
}
.burning-tomato {
color: #ef4b2e;
}
/* CSS Variables */
:root {
--beryl-red:#a35c83;
--premium-pink:#e8b5bf;
--barrett-quince:#f6d1b1;
--floral-leaf:#ffb84d;
--burning-tomato:#ef4b2e;
}