Color names in this palette
CSS code for this palette
/* CSS */
.crab-curry {
color: #da4e2b;
}
.sandy-brown {
color: #f5a65b;
}
.orange-chalk {
color: #fcd58d;
}
.weekend-retreat {
color: #e9c2af;
}
.french-pass {
color: #a4d3df;
}
/* CSS Variables */
:root {
--crab-curry:#da4e2b;
--sandy-brown:#f5a65b;
--orange-chalk:#fcd58d;
--weekend-retreat:#e9c2af;
--french-pass:#a4d3df;
}