Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f5b6a3;
}
.bellini {
color: #f6c9b1;
}
.cheddar-corn {
color: #f7d4b6;
}
.honey-glow {
color: #e7b84b;
}
.tartare {
color: #c35b3c;
}
/* CSS Variables */
:root {
--mystic-tulip:#f5b6a3;
--bellini:#f6c9b1;
--cheddar-corn:#f7d4b6;
--honey-glow:#e7b84b;
--tartare:#c35b3c;
}