Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f7a1b8;
}
.blush-hour {
color: #ff7092;
}
.matt-pink {
color: #ffb3c1;
}
.fuchsia-fever {
color: #ff5c9d;
}
.laser-trap {
color: #ff3d6a;
}
/* CSS Variables */
:root {
--harmonious-rose:#f7a1b8;
--blush-hour:#ff7092;
--matt-pink:#ffb3c1;
--fuchsia-fever:#ff5c9d;
--laser-trap:#ff3d6a;
}