Color names in this palette
CSS code for this palette
/* CSS */
.melon-tint {
color: #f8e7d3;
}
.brilliant-beige {
color: #f2c5b5;
}
.apricot-preserves {
color: #efb18f;
}
.sandy-brown {
color: #f1a65b;
}
.sizzling-sunset {
color: #ef7e4d;
}
/* CSS Variables */
:root {
--melon-tint:#f8e7d3;
--brilliant-beige:#f2c5b5;
--apricot-preserves:#efb18f;
--sandy-brown:#f1a65b;
--sizzling-sunset:#ef7e4d;
}