Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-mauve {
color: #b25c8a;
}
.sugar-tooth {
color: #d78e9a;
}
.jaguar-rose {
color: #f1b1b7;
}
.mountain-laurel {
color: #f5c7d3;
}
.nosegay {
color: #ffe5eb;
}
/* CSS Variables */
:root {
--dahlia-mauve:#b25c8a;
--sugar-tooth:#d78e9a;
--jaguar-rose:#f1b1b7;
--mountain-laurel:#f5c7d3;
--nosegay:#ffe5eb;
}