Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-shimmer {
color: #b4dae4;
}
.french-vanilla {
color: #f0e2a8;
}
.whipped-peach {
color: #f9cfae;
}
.childhood-crush {
color: #e76d65;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-shimmer:#b4dae4;
--french-vanilla:#f0e2a8;
--whipped-peach:#f9cfae;
--childhood-crush:#e76d65;
}