Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4b7c9b;
}
.riverside-blue {
color: #6fb6c3;
}
.dulcet {
color: #9bd6d9;
}
.cymophane-yellow {
color: #f2e3a6;
}
.pastel-strawberry {
color: #ef4d4d;
}
/* CSS Variables */
:root {
--tech-wave:#4b7c9b;
--riverside-blue:#6fb6c3;
--dulcet:#9bd6d9;
--cymophane-yellow:#f2e3a6;
--pastel-strawberry:#ef4d4d;
}