Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c6e0;
}
.old-flame {
color: #f0b7b2;
}
.mellow-sun {
color: #f6d49d;
}
.sweet-menthol {
color: #c3e6b7;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c6e0;
--old-flame:#f0b7b2;
--mellow-sun:#f6d49d;
--sweet-menthol:#c3e6b7;
--shrimp-cocktail:#f4a462;
}