Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.peanut-butter-chicken {
color: #ffb861;
}
.hollandaise {
color: #ffec3d;
}
.aphrodite-aqua {
color: #3fe4c3;
}
.crown-blue {
color: #4a4e68;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--peanut-butter-chicken:#ffb861;
--hollandaise:#ffec3d;
--aphrodite-aqua:#3fe4c3;
--crown-blue:#4a4e68;
}