Color names in this palette
CSS code for this palette
/* CSS */
.polly {
color: #ffc8a3;
}
.coral-bay {
color: #e0b8a3;
}
.medium-terracotta {
color: #d59d8b;
}
.bronzed-orange {
color: #d58a6c;
}
.gold-pheasant {
color: #c77a5c;
}
/* CSS Variables */
:root {
--polly:#ffc8a3;
--coral-bay:#e0b8a3;
--medium-terracotta:#d59d8b;
--bronzed-orange:#d58a6c;
--gold-pheasant:#c77a5c;
}