Color names in this palette
CSS code for this palette
/* CSS */
.gold-drop {
color: #d86c31;
}
.super-lemon {
color: #e5b138;
}
.yellow-tulip {
color: #f4d06c;
}
.flan {
color: #f7e1b6;
}
.love-at-first-sight {
color: #e3a6b2;
}
/* CSS Variables */
:root {
--gold-drop:#d86c31;
--super-lemon:#e5b138;
--yellow-tulip:#f4d06c;
--flan:#f7e1b6;
--love-at-first-sight:#e3a6b2;
}