Color names in this palette
CSS code for this palette
/* CSS */
.tradewind {
color: #b7c3c8;
}
.porch-ceiling {
color: #a3b3b8;
}
.teal-wave {
color: #8c9ea1;
}
.bizarre {
color: #e6d1c7;
}
.shanghai-peach {
color: #d59a8b;
}
/* CSS Variables */
:root {
--tradewind:#b7c3c8;
--porch-ceiling:#a3b3b8;
--teal-wave:#8c9ea1;
--bizarre:#e6d1c7;
--shanghai-peach:#d59a8b;
}