Color names in this palette
CSS code for this palette
/* CSS */
.nadeshiko-pink {
color: #f9a9c5;
}
.rose-reminder {
color: #f5c2c7;
}
.piggyback {
color: #f1dae5;
}
.soft-cashmere {
color: #f0b2d5;
}
.little-bow-pink {
color: #d57b99;
}
/* CSS Variables */
:root {
--nadeshiko-pink:#f9a9c5;
--rose-reminder:#f5c2c7;
--piggyback:#f1dae5;
--soft-cashmere:#f0b2d5;
--little-bow-pink:#d57b99;
}