Color names in this palette
CSS code for this palette
/* CSS */
.hitching-post {
color: #c48a68;
}
.shetland-pony {
color: #d4a48c;
}
.sumptuous-peach {
color: #e5b89a;
}
.frangipane {
color: #f5d5b2;
}
.soft-apricot {
color: #e0b094;
}
/* CSS Variables */
:root {
--hitching-post:#c48a68;
--shetland-pony:#d4a48c;
--sumptuous-peach:#e5b89a;
--frangipane:#f5d5b2;
--soft-apricot:#e0b094;
}