Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f5b8c1;
}
.sandy-bay {
color: #f9d4b4;
}
.gold-sand {
color: #f9e6a9;
}
.aqua-bay {
color: #b5e3c7;
}
.xavier-blue {
color: #6db2e3;
}
/* CSS Variables */
:root {
--petals-unfolding:#f5b8c1;
--sandy-bay:#f9d4b4;
--gold-sand:#f9e6a9;
--aqua-bay:#b5e3c7;
--xavier-blue:#6db2e3;
}