Color names in this palette
CSS code for this palette
/* CSS */
.sizzling-red {
color: #ff3d5a;
}
.n-rang-orange {
color: #ff8052;
}
.soviet-gold {
color: #ffd900;
}
.foam-green {
color: #8affb3;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--sizzling-red:#ff3d5a;
--n-rang-orange:#ff8052;
--soviet-gold:#ffd900;
--foam-green:#8affb3;
--capri:#00bfff;
}