Color names in this palette
CSS code for this palette
/* CSS */
.pieces-of-eight {
color: #ffb13d;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.caribbean-sunrise {
color: #f7daab;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--pieces-of-eight:#ffb13d;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--caribbean-sunrise:#f7daab;
--white-smoke:#f5f5f5;
}