Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.romantic {
color: #ffc59e;
}
.spaghetti {
color: #fff79e;
}
.winter-wizard {
color: #9ee4ff;
}
.shiva-blue {
color: #9ed7ff;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--romantic:#ffc59e;
--spaghetti:#fff79e;
--winter-wizard:#9ee4ff;
--shiva-blue:#9ed7ff;
}