Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.aquarium-blue {
color: #65cdaa;
}
.matt-pink {
color: #ffb8c1;
}
.soviet-gold {
color: #ffd900;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--aquarium-blue:#65cdaa;
--matt-pink:#ffb8c1;
--soviet-gold:#ffd900;
--bruschetta-tomato:#ff6347;
}