Color names in this palette
CSS code for this palette
/* CSS */
.sunset-orange {
color: #ff5f57;
}
.pieces-of-eight {
color: #ffb13d;
}
.minion-yellow {
color: #ffcf4d;
}
.snap-shot {
color: #2b3d50;
}
.allports {
color: #1e707b;
}
/* CSS Variables */
:root {
--sunset-orange:#ff5f57;
--pieces-of-eight:#ffb13d;
--minion-yellow:#ffcf4d;
--snap-shot:#2b3d50;
--allports:#1e707b;
}