Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e1a3c9;
}
.pink-mimosa {
color: #f5baa8;
}
.jemima {
color: #f5d67f;
}
.bone-white {
color: #f1e0b1;
}
.adamantine-blue {
color: #4db4f5;
}
/* CSS Variables */
:root {
--prettiest-pink:#e1a3c9;
--pink-mimosa:#f5baa8;
--jemima:#f5d67f;
--bone-white:#f1e0b1;
--adamantine-blue:#4db4f5;
}