Color names in this palette
CSS code for this palette
/* CSS */
.mystic-blue {
color: #4dabd1;
}
.electric-lemonade {
color: #5cd1e6;
}
.blizzard-blue {
color: #a6e5f2;
}
.nectar-jackpot {
color: #f1d68e;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--mystic-blue:#4dabd1;
--electric-lemonade:#5cd1e6;
--blizzard-blue:#a6e5f2;
--nectar-jackpot:#f1d68e;
--peach-butter:#fbaf3c;
}