Color names in this palette
CSS code for this palette
/* CSS */
.technical-blue {
color: #5a7c8c;
}
.trisha-s-eyes {
color: #8ebac2;
}
.swimming {
color: #c1e5e6;
}
.laundry-white {
color: #f5f9f1;
}
.peach-damask {
color: #f8c5aa;
}
/* CSS Variables */
:root {
--technical-blue:#5a7c8c;
--trisha-s-eyes:#8ebac2;
--swimming:#c1e5e6;
--laundry-white:#f5f9f1;
--peach-damask:#f8c5aa;
}