Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3b4c2;
}
.gold-sand {
color: #f6e6a7;
}
.weathered-blue {
color: #d2e2f9;
}
.atlantic-ocean {
color: #a4d7e5;
}
.christy-s-smile {
color: #f8b9ce;
}
/* CSS Variables */
:root {
--ibis:#f3b4c2;
--gold-sand:#f6e6a7;
--weathered-blue:#d2e2f9;
--atlantic-ocean:#a4d7e5;
--christy-s-smile:#f8b9ce;
}