Color names in this palette
CSS code for this palette
/* CSS */
.double-spanish-white {
color: #d3c4a1;
}
.rotunda-gold {
color: #f6e0c1;
}
.satin-latour {
color: #f9d9ae;
}
.mystic-tulip {
color: #f7b5a1;
}
.melon-baby {
color: #f57970;
}
/* CSS Variables */
:root {
--double-spanish-white:#d3c4a1;
--rotunda-gold:#f6e0c1;
--satin-latour:#f9d9ae;
--mystic-tulip:#f7b5a1;
--melon-baby:#f57970;
}