Color names in this palette
CSS code for this palette
/* CSS */
.teal-trinket {
color: #4d8f9d;
}
.midwinter-mist {
color: #a1d4d9;
}
.shrimp-toast {
color: #f8c5a0;
}
.certain-peach {
color: #f3b9a0;
}
.flirty-rose {
color: #d65c8d;
}
/* CSS Variables */
:root {
--teal-trinket:#4d8f9d;
--midwinter-mist:#a1d4d9;
--shrimp-toast:#f8c5a0;
--certain-peach:#f3b9a0;
--flirty-rose:#d65c8d;
}