Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f9b134;
}
.forsythia-blossom {
color: #f5d56b;
}
.venetian-yellow {
color: #f3e3a0;
}
.atlantic-ocean {
color: #a6d6e3;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--squash-blossom:#f9b134;
--forsythia-blossom:#f5d56b;
--venetian-yellow:#f3e3a0;
--atlantic-ocean:#a6d6e3;
--fiery-salmon:#f76969;
}