Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.basin-blue {
color: #bae1e3;
}
.eau-de-rose {
color: #e5b8d1;
}
.rice-wine {
color: #f5e8c7;
}
.cupcake-rose {
color: #e6c5b7;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--basin-blue:#bae1e3;
--eau-de-rose:#e5b8d1;
--rice-wine:#f5e8c7;
--cupcake-rose:#e6c5b7;
}