Color names in this palette
CSS code for this palette
/* CSS */
.tan-temptation {
color: #f0c09e;
}
.orange-daylily {
color: #e77a5f;
}
.king-crimson {
color: #c94a4a;
}
.pure-mauve {
color: #6a4c94;
}
.blue-depths {
color: #2d3b67;
}
/* CSS Variables */
:root {
--tan-temptation:#f0c09e;
--orange-daylily:#e77a5f;
--king-crimson:#c94a4a;
--pure-mauve:#6a4c94;
--blue-depths:#2d3b67;
}