Color names in this palette
CSS code for this palette
/* CSS */
.spirit-mountain {
color: #6a8e9a;
}
.stanley {
color: #9bc0b4;
}
.peach-damask {
color: #f7c6a6;
}
.cymophane-yellow {
color: #f2e6a6;
}
.mystic-tulip {
color: #f7b8a1;
}
/* CSS Variables */
:root {
--spirit-mountain:#6a8e9a;
--stanley:#9bc0b4;
--peach-damask:#f7c6a6;
--cymophane-yellow:#f2e6a6;
--mystic-tulip:#f7b8a1;
}