Color names in this palette
CSS code for this palette
/* CSS */
.scented-frill {
color: #caaab4;
}
.garden-party {
color: #e5a9b8;
}
.ballerina {
color: #f2cfde;
}
.mystic-tulip {
color: #f7b5a1;
}
.shanghai-peach {
color: #d49a8c;
}
/* CSS Variables */
:root {
--scented-frill:#caaab4;
--garden-party:#e5a9b8;
--ballerina:#f2cfde;
--mystic-tulip:#f7b5a1;
--shanghai-peach:#d49a8c;
}