Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3a5b2;
}
.xoxo {
color: #f27d94;
}
.camellia-rose {
color: #e44e71;
}
.dingy-dungeon {
color: #c62f4f;
}
.romeo-o-romeo {
color: #a3243b;
}
/* CSS Variables */
:root {
--pink-fit:#f3a5b2;
--xoxo:#f27d94;
--camellia-rose:#e44e71;
--dingy-dungeon:#c62f4f;
--romeo-o-romeo:#a3243b;
}