Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d8a6c8;
}
.mountain-laurel {
color: #f4c8d3;
}
.mette-penne {
color: #f8e1d3;
}
.acini-di-pepe {
color: #ffd9b3;
}
.cornflower-lilac {
color: #ffadad;
}
/* CSS Variables */
:root {
--berry-popsicle:#d8a6c8;
--mountain-laurel:#f4c8d3;
--mette-penne:#f8e1d3;
--acini-di-pepe:#ffd9b3;
--cornflower-lilac:#ffadad;
}