Color names in this palette
CSS code for this palette
/* CSS */
.high-honey {
color: #e2b74b;
}
.sandshell {
color: #d6c9b8;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.artemis {
color: #d0a86c;
}
.plumeria {
color: #c2b6d3;
}
/* CSS Variables */
:root {
--high-honey:#e2b74b;
--sandshell:#d6c9b8;
--smooth-as-corn-silk:#f4e4b3;
--artemis:#d0a86c;
--plumeria:#c2b6d3;
}