Color names in this palette
CSS code for this palette
/* CSS */
.snowflake {
color: #f0f0f0;
}
.red-remains {
color: #ffe0e0;
}
.carbon-fiber {
color: #2e2e2e;
}
.golden-cream {
color: #f9b56c;
}
.clay-mug {
color: #d77a5b;
}
/* CSS Variables */
:root {
--snowflake:#f0f0f0;
--red-remains:#ffe0e0;
--carbon-fiber:#2e2e2e;
--golden-cream:#f9b56c;
--clay-mug:#d77a5b;
}