Color names in this palette
CSS code for this palette
/* CSS */
.columbine {
color: #f6dae6;
}
.rose-mallow {
color: #f1a7c6;
}
.shadow-azalea-pink {
color: #e76e9d;
}
.pink-yarrow {
color: #d83b7d;
}
.infrared-gloze {
color: #c82d5c;
}
/* CSS Variables */
:root {
--columbine:#f6dae6;
--rose-mallow:#f1a7c6;
--shadow-azalea-pink:#e76e9d;
--pink-yarrow:#d83b7d;
--infrared-gloze:#c82d5c;
}