Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.little-sun-dress {
color: #f9c85d;
}
.pierogi {
color: #f2d78c;
}
.chefchaouen-blue {
color: #a6d1e8;
}
.starflower-blue {
color: #4a97b0;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--little-sun-dress:#f9c85d;
--pierogi:#f2d78c;
--chefchaouen-blue:#a6d1e8;
--starflower-blue:#4a97b0;
}