Color names in this palette
CSS code for this palette
/* CSS */
.violet-wisp {
color: #c8d3e4;
}
.posey-blue {
color: #a4b5c6;
}
.prophetic-sea {
color: #7e8c9a;
}
.texas-longhorn {
color: #e28c3c;
}
.chilean-fire {
color: #d15d33;
}
/* CSS Variables */
:root {
--violet-wisp:#c8d3e4;
--posey-blue:#a4b5c6;
--prophetic-sea:#7e8c9a;
--texas-longhorn:#e28c3c;
--chilean-fire:#d15d33;
}