CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.soviet-gold {
color: #ffd900;
}
.capri {
color: #00bfff;
}
.clear-chill {
color: #1f8fff;
}
.steel-blue {
color: #4682b4;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--soviet-gold:#ffd900;
--capri:#00bfff;
--clear-chill:#1f8fff;
--steel-blue:#4682b4;
}