Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8df;
}
.southern-belle {
color: #a3d7c4;
}
.gumball {
color: #e4b4d4;
}
.venetian-yellow {
color: #f5e59e;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8df;
--southern-belle:#a3d7c4;
--gumball:#e4b4d4;
--venetian-yellow:#f5e59e;
--shrimp-cocktail:#f4a462;
}