Color names in this palette
CSS code for this palette
/* CSS */
.satin-latour {
color: #f9daae;
}
.sunburst {
color: #f4b67b;
}
.ridgeback {
color: #f0995c;
}
.seraphim-sepia {
color: #d97c4a;
}
.tartare {
color: #be583c;
}
/* CSS Variables */
:root {
--satin-latour:#f9daae;
--sunburst:#f4b67b;
--ridgeback:#f0995c;
--seraphim-sepia:#d97c4a;
--tartare:#be583c;
}