Color names in this palette
CSS code for this palette
/* CSS */
.thimble-red {
color: #a55f8d;
}
.think-pink {
color: #e6a2c1;
}
.lavender-soap {
color: #f0c1e5;
}
.powder-soft-blue {
color: #b7c9d7;
}
.aquatic-green {
color: #499c99;
}
/* CSS Variables */
:root {
--thimble-red:#a55f8d;
--think-pink:#e6a2c1;
--lavender-soap:#f0c1e5;
--powder-soft-blue:#b7c9d7;
--aquatic-green:#499c99;
}