Color names in this palette
CSS code for this palette
/* CSS */
.atomic-tangerine {
color: #ff9966;
}
.mango-salsa {
color: #ffb366;
}
.bright-halo {
color: #ffd166;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
.silky-tofu {
color: #fff5e5;
}
/* CSS Variables */
:root {
--atomic-tangerine:#ff9966;
--mango-salsa:#ffb366;
--bright-halo:#ffd166;
--vanilla-ice-cream:#ffe7b3;
--silky-tofu:#fff5e5;
}