Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.peach-damask {
color: #f7c5a6;
}
.golden-pastel {
color: #f4d7b8;
}
.mint-parfait {
color: #b5e8b9;
}
.light-budgie-blue {
color: #a1d6e8;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--peach-damask:#f7c5a6;
--golden-pastel:#f4d7b8;
--mint-parfait:#b5e8b9;
--light-budgie-blue:#a1d6e8;
}