Color names in this palette
CSS code for this palette
/* CSS */
.field-poppy {
color: #d66b3d;
}
.sandy-brown {
color: #f1a65b;
}
.avid-apricot {
color: #f5c59e;
}
.friendly-yellow {
color: #f6e2b1;
}
.candlelight-ivory {
color: #fdf4e2;
}
/* CSS Variables */
:root {
--field-poppy:#d66b3d;
--sandy-brown:#f1a65b;
--avid-apricot:#f5c59e;
--friendly-yellow:#f6e2b1;
--candlelight-ivory:#fdf4e2;
}