Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.fahrenheit {
color: #f9d2b9;
}
.peach-of-mind {
color: #ffe3b3;
}
.icy-lemonade {
color: #f6e6b1;
}
.light-peach-rose {
color: #ffe5d6;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--fahrenheit:#f9d2b9;
--peach-of-mind:#ffe3b3;
--icy-lemonade:#f6e6b1;
--light-peach-rose:#ffe5d6;
}