Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-mauve {
color: #b35b8c;
}
.love-at-first-sight {
color: #e6a3b1;
}
.sweetheart {
color: #f1c1d8;
}
.peach-of-mind {
color: #ffe3b3;
}
.t-morokoshi-corn {
color: #f7a840;
}
/* CSS Variables */
:root {
--dahlia-mauve:#b35b8c;
--love-at-first-sight:#e6a3b1;
--sweetheart:#f1c1d8;
--peach-of-mind:#ffe3b3;
--t-morokoshi-corn:#f7a840;
}