Color names in this palette
CSS code for this palette
/* CSS */
.xanthous {
color: #f2b231;
}
.gilded {
color: #f5d94d;
}
.summer-s-heat {
color: #f9e69a;
}
.white-strawberry {
color: #fce3b6;
}
.shrimp-toast {
color: #f9c29f;
}
/* CSS Variables */
:root {
--xanthous:#f2b231;
--gilded:#f5d94d;
--summer-s-heat:#f9e69a;
--white-strawberry:#fce3b6;
--shrimp-toast:#f9c29f;
}