Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4b7f9b;
}
.pacific-palisade {
color: #6ba8b8;
}
.smooth-satin {
color: #a2d5d7;
}
.marquisette {
color: #f5d59e;
}
.beauty-bush {
color: #ebb9b2;
}
/* CSS Variables */
:root {
--tech-wave:#4b7f9b;
--pacific-palisade:#6ba8b8;
--smooth-satin:#a2d5d7;
--marquisette:#f5d59e;
--beauty-bush:#ebb9b2;
}