Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.bleached-aqua {
color: #bae3e3;
}
.milky-maize {
color: #f9d89f;
}
.brain-pink {
color: #f6b1b1;
}
.creamy-peach {
color: #f09f84;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--bleached-aqua:#bae3e3;
--milky-maize:#f9d89f;
--brain-pink:#f6b1b1;
--creamy-peach:#f09f84;
}