Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.forsythia-blossom {
color: #f9d66c;
}
.summer-s-heat {
color: #f9e89a;
}
.blushing-apricot {
color: #f9bba4;
}
.her-majesty {
color: #f9a4a7;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--forsythia-blossom:#f9d66c;
--summer-s-heat:#f9e89a;
--blushing-apricot:#f9bba4;
--her-majesty:#f9a4a7;
}