Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.shrimp-cocktail {
color: #f4a462;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.beef-hotpot {
color: #a85f2e;
}
.scandinavian-sky {
color: #c1d3d7;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--shrimp-cocktail:#f4a462;
--r-d-i-ch-ng-orange:#f07c00;
--beef-hotpot:#a85f2e;
--scandinavian-sky:#c1d3d7;
}