Color names in this palette
CSS code for this palette
/* CSS */
.tan-red {
color: #ff4b1f;
}
.orange-you-happy {
color: #ff7f24;
}
.floral-leaf {
color: #ffb84d;
}
.peach-of-mind {
color: #ffe3b3;
}
.crushed-cashew {
color: #ffebd6;
}
/* CSS Variables */
:root {
--tan-red:#ff4b1f;
--orange-you-happy:#ff7f24;
--floral-leaf:#ffb84d;
--peach-of-mind:#ffe3b3;
--crushed-cashew:#ffebd6;
}