Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a7b2;
}
.parrot-tulip {
color: #f0c1d3;
}
.amour-frais {
color: #f4e6eb;
}
.rivers-edge {
color: #b0d8d8;
}
.fresh-soft-blue {
color: #6bb5b8;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a7b2;
--parrot-tulip:#f0c1d3;
--amour-frais:#f4e6eb;
--rivers-edge:#b0d8d8;
--fresh-soft-blue:#6bb5b8;
}