Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-cocktail {
color: #f4a662;
}
.soviet-gold {
color: #ffd900;
}
.blanched-almond {
color: #ffebcc;
}
.drift-on-the-sea {
color: #85cdfa;
}
.glass-jar-blue {
color: #1fb2aa;
}
/* CSS Variables */
:root {
--shrimp-cocktail:#f4a662;
--soviet-gold:#ffd900;
--blanched-almond:#ffebcc;
--drift-on-the-sea:#85cdfa;
--glass-jar-blue:#1fb2aa;
}