Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.blue-mana {
color: #5dbeef;
}
.hiroshima-aquamarine {
color: #80ffd4;
}
.soviet-gold {
color: #ffd900;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--blue-mana:#5dbeef;
--hiroshima-aquamarine:#80ffd4;
--soviet-gold:#ffd900;
--bruschetta-tomato:#ff6347;
}