Color names in this palette
CSS code for this palette
/* CSS */
.orange-pospsicle {
color: #f2a60d;
}
.yellowl {
color: #f2d40d;
}
.majestic-treasures {
color: #f2e6a1;
}
.blizzard-blue {
color: #a1e6f2;
}
.clear-chill {
color: #1f8fff;
}
/* CSS Variables */
:root {
--orange-pospsicle:#f2a60d;
--yellowl:#f2d40d;
--majestic-treasures:#f2e6a1;
--blizzard-blue:#a1e6f2;
--clear-chill:#1f8fff;
}