Color names in this palette
CSS code for this palette
/* CSS */
.watermelon-candy {
color: #ff5c72;
}
.desert-flower {
color: #ff8c80;
}
.persicus {
color: #ffb69e;
}
.spirited-yellow {
color: #ffda85;
}
.candle-flame {
color: #fff4a3;
}
/* CSS Variables */
:root {
--watermelon-candy:#ff5c72;
--desert-flower:#ff8c80;
--persicus:#ffb69e;
--spirited-yellow:#ffda85;
--candle-flame:#fff4a3;
}