Color names in this palette
CSS code for this palette
/* CSS */
.dark-salmon {
color: #c65c4e;
}
.western-sunrise {
color: #d8a56e;
}
.apricot-illusion {
color: #e3c4a5;
}
.limestoned {
color: #a7caa0;
}
.greek-sea {
color: #6ca4e0;
}
/* CSS Variables */
:root {
--dark-salmon:#c65c4e;
--western-sunrise:#d8a56e;
--apricot-illusion:#e3c4a5;
--limestoned:#a7caa0;
--greek-sea:#6ca4e0;
}