Color names in this palette
CSS code for this palette
/* CSS */
.baker-miller-pink {
color: #ff94af;
}
.carotene {
color: #ffb894;
}
.sun-drenched {
color: #ffe8a3;
}
.droplet {
color: #addeff;
}
.purplish-blue {
color: #6348ea;
}
/* CSS Variables */
:root {
--baker-miller-pink:#ff94af;
--carotene:#ffb894;
--sun-drenched:#ffe8a3;
--droplet:#addeff;
--purplish-blue:#6348ea;
}