Color names in this palette
CSS code for this palette
/* CSS */
.nadeshiko-pink {
color: #f6acc7;
}
.precious-pink {
color: #f4b4b7;
}
.sugar-cane-dahlia {
color: #f7c3c0;
}
.first-daughter {
color: #f9d2d8;
}
.powder-puff {
color: #fef1f3;
}
/* CSS Variables */
:root {
--nadeshiko-pink:#f6acc7;
--precious-pink:#f4b4b7;
--sugar-cane-dahlia:#f7c3c0;
--first-daughter:#f9d2d8;
--powder-puff:#fef1f3;
}