CSS code for this palette
/* CSS */
.wave-jumper {
color: #6b8f9e;
}
.relax {
color: #b9d3d5;
}
.oleander {
color: #f2cbc4;
}
.boho-blush {
color: #e78888;
}
.pomegranate {
color: #c15353;
}
/* CSS Variables */
:root {
--wave-jumper:#6b8f9e;
--relax:#b9d3d5;
--oleander:#f2cbc4;
--boho-blush:#e78888;
--pomegranate:#c15353;
}