Color names in this palette
CSS code for this palette
/* CSS */
.cool-crayon {
color: #b2e6e1;
}
.downy {
color: #6ed8c1;
}
.spearmint-burst {
color: #5abf8b;
}
.geranium-bud {
color: #d2a3c4;
}
.minimal-rose {
color: #f5d1e0;
}
/* CSS Variables */
:root {
--cool-crayon:#b2e6e1;
--downy:#6ed8c1;
--spearmint-burst:#5abf8b;
--geranium-bud:#d2a3c4;
--minimal-rose:#f5d1e0;
}