Color names in this palette
CSS code for this palette
/* CSS */
.retro-nectarine {
color: #ef7e1a;
}
.american-yellow {
color: #f5b400;
}
.softsun {
color: #f4c63e;
}
.bermudagrass {
color: #69bf6d;
}
.ocean-blues {
color: #508a91;
}
/* CSS Variables */
:root {
--retro-nectarine:#ef7e1a;
--american-yellow:#f5b400;
--softsun:#f4c63e;
--bermudagrass:#69bf6d;
--ocean-blues:#508a91;
}