Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-mauve {
color: #b65d8b;
}
.fussy-pink {
color: #e6a2b8;
}
.mountain-laurel {
color: #f2cad6;
}
.gold-thread {
color: #fde7af;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--dahlia-mauve:#b65d8b;
--fussy-pink:#e6a2b8;
--mountain-laurel:#f2cad6;
--gold-thread:#fde7af;
--mad-for-mango:#f5a300;
}