Color names in this palette
CSS code for this palette
/* CSS */
.golden-lock {
color: #f3b720;
}
.phellodendron-amurense {
color: #f2c43a;
}
.forsythia-blossom {
color: #f3d66d;
}
.buttery-croissant {
color: #f3e09b;
}
.flattering-peach {
color: #f3d4b4;
}
/* CSS Variables */
:root {
--golden-lock:#f3b720;
--phellodendron-amurense:#f2c43a;
--forsythia-blossom:#f3d66d;
--buttery-croissant:#f3e09b;
--flattering-peach:#f3d4b4;
}