Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.gilded {
color: #f6d94c;
}
.shallow-shoal {
color: #9bd9d4;
}
.oregon-blue {
color: #498ada;
}
.ponceau {
color: #f25a78;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--gilded:#f6d94c;
--shallow-shoal:#9bd9d4;
--oregon-blue:#498ada;
--ponceau:#f25a78;
}