Color names in this palette
CSS code for this palette
/* CSS */
.pastel-lavender {
color: #d9a1c0;
}
.mountain-laurel {
color: #f6c6d7;
}
.pink-scallop {
color: #f1e0d5;
}
.gold-sand {
color: #f6e6a7;
}
.groovy-lemon-pie {
color: #d6b600;
}
/* CSS Variables */
:root {
--pastel-lavender:#d9a1c0;
--mountain-laurel:#f6c6d7;
--pink-scallop:#f1e0d5;
--gold-sand:#f6e6a7;
--groovy-lemon-pie:#d6b600;
}