Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.harmonious-rose {
color: #f69db3;
}
.minimal-rose {
color: #f5d1e1;
}
.nadeshiko-pink {
color: #f3afc6;
}
.candy-cane {
color: #f8bfc3;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--harmonious-rose:#f69db3;
--minimal-rose:#f5d1e1;
--nadeshiko-pink:#f3afc6;
--candy-cane:#f8bfc3;
}