Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.n-rang-orange {
color: #ff8052;
}
.usc-gold {
color: #ffcc00;
}
.secret-story {
color: #ff1492;
}
.blue {
color: #0000ff;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--n-rang-orange:#ff8052;
--usc-gold:#ffcc00;
--secret-story:#ff1492;
--blue:#0000ff;
}