Color names in this palette
CSS code for this palette
/* CSS */
.mystic-blue {
color: #4dabd1;
}
.big-chill {
color: #7dcae3;
}
.blizzard-blue {
color: #a3e0eb;
}
.noodles {
color: #f8e3b4;
}
.orange-grove {
color: #fbaf8e;
}
/* CSS Variables */
:root {
--mystic-blue:#4dabd1;
--big-chill:#7dcae3;
--blizzard-blue:#a3e0eb;
--noodles:#f8e3b4;
--orange-grove:#fbaf8e;
}