Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a7c7e6;
}
.butter-up {
color: #f3e2b9;
}
.mystic-tulip {
color: #f6b7a2;
}
.lavender-pink {
color: #d98cd1;
}
.dreamy-candy-forest {
color: #b7a1e8;
}
/* CSS Variables */
:root {
--template:#a7c7e6;
--butter-up:#f3e2b9;
--mystic-tulip:#f6b7a2;
--lavender-pink:#d98cd1;
--dreamy-candy-forest:#b7a1e8;
}