Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-cocktail {
color: #f4a662;
}
.matt-pink {
color: #ffb8c1;
}
.soviet-gold {
color: #ffd900;
}
.glass-jar-blue {
color: #1fb2aa;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--shrimp-cocktail:#f4a662;
--matt-pink:#ffb8c1;
--soviet-gold:#ffd900;
--glass-jar-blue:#1fb2aa;
--bruschetta-tomato:#ff6347;
}