Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4b7c9b;
}
.baby-tears {
color: #6bb8d6;
}
.blizzard-blue {
color: #a1e5f2;
}
.sun-dust {
color: #f6e0a2;
}
.mixed-fruit {
color: #f9b7b4;
}
/* CSS Variables */
:root {
--tech-wave:#4b7c9b;
--baby-tears:#6bb8d6;
--blizzard-blue:#a1e5f2;
--sun-dust:#f6e0a2;
--mixed-fruit:#f9b7b4;
}