Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.rainbow {
color: #f4c1b8;
}
.iced-apricot {
color: #f0d6c1;
}
.steamy-dumpling {
color: #e7e9b4;
}
.spring-glow {
color: #d3e0b8;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--rainbow:#f4c1b8;
--iced-apricot:#f0d6c1;
--steamy-dumpling:#e7e9b4;
--spring-glow:#d3e0b8;
}