Color names in this palette
CSS code for this palette
/* CSS */
.fiery-salmon {
color: #f76969;
}
.turbinado-sugar {
color: #f8b954;
}
.flame-seal {
color: #f3e158;
}
.mint-jelly {
color: #4dd1a3;
}
.blue-heath-butterfly {
color: #5c6fff;
}
/* CSS Variables */
:root {
--fiery-salmon:#f76969;
--turbinado-sugar:#f8b954;
--flame-seal:#f3e158;
--mint-jelly:#4dd1a3;
--blue-heath-butterfly:#5c6fff;
}