Color names in this palette
CSS code for this palette
/* CSS */
.fortune-cookie {
color: #e0c7a3;
}
.terracotta-sand {
color: #d5bb9a;
}
.fortress {
color: #bfa68d;
}
.gotta-have-it {
color: #d0c3b3;
}
.ice-cream-cone {
color: #e3cfc0;
}
/* CSS Variables */
:root {
--fortune-cookie:#e0c7a3;
--terracotta-sand:#d5bb9a;
--fortress:#bfa68d;
--gotta-have-it:#d0c3b3;
--ice-cream-cone:#e3cfc0;
}