Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f8c6a5;
}
.stucco-wall {
color: #f3b29b;
}
.flamingo-dream {
color: #f0848a;
}
.bubblegum {
color: #e55d7a;
}
.infrared-gloze {
color: #d22d56;
}
/* CSS Variables */
:root {
--peach-damask:#f8c6a5;
--stucco-wall:#f3b29b;
--flamingo-dream:#f0848a;
--bubblegum:#e55d7a;
--infrared-gloze:#d22d56;
}