Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.orange-grove {
color: #fbb08e;
}
.forsythia-blossom {
color: #f9d66c;
}
.mint-cocktail-green {
color: #b2e0b3;
}
.atlantic-ocean {
color: #a5d8e3;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--orange-grove:#fbb08e;
--forsythia-blossom:#f9d66c;
--mint-cocktail-green:#b2e0b3;
--atlantic-ocean:#a5d8e3;
}