Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #efc3d1;
}
.first-date {
color: #f5b1a3;
}
.sunburst {
color: #f3b67c;
}
.brass-mesh {
color: #dfa349;
}
.child-of-the-moon {
color: #c48b3b;
}
/* CSS Variables */
:root {
--desire-pink:#efc3d1;
--first-date:#f5b1a3;
--sunburst:#f3b67c;
--brass-mesh:#dfa349;
--child-of-the-moon:#c48b3b;
}