Color names in this palette
CSS code for this palette
/* CSS */
.yolk-yellow {
color: #e2b150;
}
.little-sun-dress {
color: #f9c85d;
}
.durango-dust {
color: #f9e19f;
}
.fatty-sashimi {
color: #eec4b4;
}
.peppermint-swirl {
color: #d75b7e;
}
/* CSS Variables */
:root {
--yolk-yellow:#e2b150;
--little-sun-dress:#f9c85d;
--durango-dust:#f9e19f;
--fatty-sashimi:#eec4b4;
--peppermint-swirl:#d75b7e;
}