Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.ginger-peach {
color: #f8d2a0;
}
.cymophane-yellow {
color: #f3e5a5;
}
.mint-cocktail-green {
color: #b5e2b1;
}
.atlantic-ocean {
color: #a4d6e5;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--ginger-peach:#f8d2a0;
--cymophane-yellow:#f3e5a5;
--mint-cocktail-green:#b5e2b1;
--atlantic-ocean:#a4d6e5;
}