Color names in this palette
CSS code for this palette
/* CSS */
.rose-shadow {
color: #f9c3ce;
}
.pink-chalk {
color: #f5a3b8;
}
.embarrassed {
color: #f27d98;
}
.highlighter-pink {
color: #e95d79;
}
.azalea {
color: #d93f5c;
}
/* CSS Variables */
:root {
--rose-shadow:#f9c3ce;
--pink-chalk:#f5a3b8;
--embarrassed:#f27d98;
--highlighter-pink:#e95d79;
--azalea:#d93f5c;
}