Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-tea {
color: #f6e8c1;
}
.creole-cottage {
color: #e6b598;
}
.prayer-flag {
color: #d19b6b;
}
.mincemeat {
color: #b66b3a;
}
.caramel-cafe {
color: #8a4b28;
}
/* CSS Variables */
:root {
--dandelion-tea:#f6e8c1;
--creole-cottage:#e6b598;
--prayer-flag:#d19b6b;
--mincemeat:#b66b3a;
--caramel-cafe:#8a4b28;
}