Color names in this palette
CSS code for this palette
/* CSS */
.sea-salt-sherbet {
color: #fff5f5;
}
.peachskin {
color: #e1b2b2;
}
.snowflake {
color: #f0f0f0;
}
.hawker-s-gold {
color: #f1c46a;
}
.yearling {
color: #af896a;
}
/* CSS Variables */
:root {
--sea-salt-sherbet:#fff5f5;
--peachskin:#e1b2b2;
--snowflake:#f0f0f0;
--hawker-s-gold:#f1c46a;
--yearling:#af896a;
}