Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d7;
}
.gumball {
color: #eab3d4;
}
.spring-wisteria {
color: #d39fe0;
}
.tiny-mr-frosty {
color: #b7d2e6;
}
.overtone {
color: #a5e4b1;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d7;
--gumball:#eab3d4;
--spring-wisteria:#d39fe0;
--tiny-mr-frosty:#b7d2e6;
--overtone:#a5e4b1;
}