Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f6c1e4;
}
.pink-chalk {
color: #f4a4bf;
}
.geranium-pink {
color: #f78d9b;
}
.camellia {
color: #f76c59;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f6c1e4;
--pink-chalk:#f4a4bf;
--geranium-pink:#f78d9b;
--camellia:#f76c59;
--durotar-fire:#f05a28;
}