Color names in this palette
CSS code for this palette
/* CSS */
.parrot-tulip {
color: #f0c1d2;
}
.pink-fit {
color: #f7a6b3;
}
.out-of-fashion {
color: #f26e91;
}
.fantasy-romance {
color: #e6416d;
}
.electrifying-kiss {
color: #d61f4c;
}
/* CSS Variables */
:root {
--parrot-tulip:#f0c1d2;
--pink-fit:#f7a6b3;
--out-of-fashion:#f26e91;
--fantasy-romance:#e6416d;
--electrifying-kiss:#d61f4c;
}