Color names in this palette
CSS code for this palette
/* CSS */
.kokiake-brown {
color: #7b3d3d;
}
.wild-poppy {
color: #b95b5b;
}
.pale-berry {
color: #e29d9d;
}
.blushing-senorita {
color: #f3c9c9;
}
.just-a-tease {
color: #fcd4d4;
}
/* CSS Variables */
:root {
--kokiake-brown:#7b3d3d;
--wild-poppy:#b95b5b;
--pale-berry:#e29d9d;
--blushing-senorita:#f3c9c9;
--just-a-tease:#fcd4d4;
}