Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4c7c9a;
}
.pacific-palisade {
color: #6ba3b8;
}
.chapel-blue {
color: #b0d2e8;
}
.vanilla-paste {
color: #f3e7d3;
}
.rustique {
color: #f9bfb4;
}
/* CSS Variables */
:root {
--tech-wave:#4c7c9a;
--pacific-palisade:#6ba3b8;
--chapel-blue:#b0d2e8;
--vanilla-paste:#f3e7d3;
--rustique:#f9bfb4;
}