Color names in this palette
CSS code for this palette
/* CSS */
.flan {
color: #f6e2b6;
}
.my-love {
color: #e1c5a8;
}
.flowerpot {
color: #d6b19f;
}
.lite-cocoa {
color: #b7998a;
}
.sweet-georgia-brown {
color: #8b6f5b;
}
/* CSS Variables */
:root {
--flan:#f6e2b6;
--my-love:#e1c5a8;
--flowerpot:#d6b19f;
--lite-cocoa:#b7998a;
--sweet-georgia-brown:#8b6f5b;
}