Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #ff5762;
}
.agrellan-badland {
color: #ffb647;
}
.quack-quack {
color: #ffe98a;
}
.ionized-air-glow {
color: #57e0ff;
}
.clear-chill {
color: #1a8cff;
}
/* CSS Variables */
:root {
--festive-fennec:#ff5762;
--agrellan-badland:#ffb647;
--quack-quack:#ffe98a;
--ionized-air-glow:#57e0ff;
--clear-chill:#1a8cff;
}