Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d65e3d;
}
.squash-blossom {
color: #f9b134;
}
.p-ra-rocha {
color: #a8d31d;
}
.aegean-green {
color: #4e8d6e;
}
.antilles-blue {
color: #3b5b8c;
}
/* CSS Variables */
:root {
--fireglow:#d65e3d;
--squash-blossom:#f9b134;
--p-ra-rocha:#a8d31d;
--aegean-green:#4e8d6e;
--antilles-blue:#3b5b8c;
}