Color names in this palette
CSS code for this palette
/* CSS */
.rose-aspect {
color: #f1c6c6;
}
.plum-blossom {
color: #f2a1a2;
}
.ikkonzome-pink {
color: #f28c90;
}
.breeze-of-chilli {
color: #f26e6e;
}
.hot-coral {
color: #f25a5a;
}
/* CSS Variables */
:root {
--rose-aspect:#f1c6c6;
--plum-blossom:#f2a1a2;
--ikkonzome-pink:#f28c90;
--breeze-of-chilli:#f26e6e;
--hot-coral:#f25a5a;
}