Color names in this palette
CSS code for this palette
/* CSS */
.yellow-tulip {
color: #f7d36e;
}
.western-sunrise {
color: #d9a56d;
}
.earthworm {
color: #c17d6c;
}
.purpureus {
color: #9e51a4;
}
.pure-mauve {
color: #6d5091;
}
/* CSS Variables */
:root {
--yellow-tulip:#f7d36e;
--western-sunrise:#d9a56d;
--earthworm:#c17d6c;
--purpureus:#9e51a4;
--pure-mauve:#6d5091;
}