Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.whipped-peach {
color: #f8ceaf;
}
.curd {
color: #f7e3bb;
}
.mint-cocktail-green {
color: #b2e0b2;
}
.atlantic-ocean {
color: #a4d8e5;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--whipped-peach:#f8ceaf;
--curd:#f7e3bb;
--mint-cocktail-green:#b2e0b2;
--atlantic-ocean:#a4d8e5;
}