Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.basin-blue {
color: #b8e0e5;
}
.milky-maize {
color: #f8d8a0;
}
.stone-fruit {
color: #f2a68c;
}
.peppermint-swirl {
color: #d75b7a;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--basin-blue:#b8e0e5;
--milky-maize:#f8d8a0;
--stone-fruit:#f2a68c;
--peppermint-swirl:#d75b7a;
}