Color names in this palette
CSS code for this palette
/* CSS */
.waddles-pink {
color: #f1a7d1;
}
.barely-bloomed {
color: #e3b0df;
}
.light-template {
color: #b9d7e9;
}
.botanical-tint {
color: #a4e5d3;
}
.lemon-verbena {
color: #f3e86d;
}
/* CSS Variables */
:root {
--waddles-pink:#f1a7d1;
--barely-bloomed:#e3b0df;
--light-template:#b9d7e9;
--botanical-tint:#a4e5d3;
--lemon-verbena:#f3e86d;
}