Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4c7d9a;
}
.dexter {
color: #6eb1b4;
}
.children-s-soft-blue {
color: #a1cfd9;
}
.glisten-yellow {
color: #f6e6ac;
}
.monarch-orange {
color: #f0a46a;
}
/* CSS Variables */
:root {
--tech-wave:#4c7d9a;
--dexter:#6eb1b4;
--children-s-soft-blue:#a1cfd9;
--glisten-yellow:#f6e6ac;
--monarch-orange:#f0a46a;
}