Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.tiger-yellow {
color: #ffdd80;
}
.aspen-gold {
color: #ffd761;
}
.blue-mana {
color: #6dcaf8;
}
.botanical-tint {
color: #a6e3d2;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--tiger-yellow:#ffdd80;
--aspen-gold:#ffd761;
--blue-mana:#6dcaf8;
--botanical-tint:#a6e3d2;
}