Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.new-heights {
color: #d0e4f1;
}
.alice-blue {
color: #f0f7ff;
}
.coy-pink {
color: #f7d9d9;
}
.brain-pink {
color: #f2b1b1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--new-heights:#d0e4f1;
--alice-blue:#f0f7ff;
--coy-pink:#f7d9d9;
--brain-pink:#f2b1b1;
}