Color names in this palette
CSS code for this palette
/* CSS */
.barrett-quince {
color: #f6d0b1;
}
.ginger-milk {
color: #f6a65a;
}
.sun-orange {
color: #f47b1f;
}
.sweet-mandarin {
color: #d65d38;
}
.romantic-embers {
color: #b1394d;
}
/* CSS Variables */
:root {
--barrett-quince:#f6d0b1;
--ginger-milk:#f6a65a;
--sun-orange:#f47b1f;
--sweet-mandarin:#d65d38;
--romantic-embers:#b1394d;
}