Color names in this palette
CSS code for this palette
/* CSS */
.titanium-blue {
color: #5d7a8e;
}
.blue-bows {
color: #a5c4d4;
}
.tahoe-snow {
color: #d7e1e5;
}
.mixed-fruit {
color: #f9b7b4;
}
.neighborly-peach {
color: #f1c2a2;
}
/* CSS Variables */
:root {
--titanium-blue:#5d7a8e;
--blue-bows:#a5c4d4;
--tahoe-snow:#d7e1e5;
--mixed-fruit:#f9b7b4;
--neighborly-peach:#f1c2a2;
}