Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d5;
}
.posy {
color: #f3e0d3;
}
.coral-bisque {
color: #f6c6b1;
}
.roseberry {
color: #f2a9a1;
}
.highlighter-pink {
color: #e65b7b;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--posy:#f3e0d3;
--coral-bisque:#f6c6b1;
--roseberry:#f2a9a1;
--highlighter-pink:#e65b7b;
}