Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #2d6b8f;
}
.brig {
color: #4ba1b9;
}
.light-blue-glint {
color: #a8d3e1;
}
.radiant-sun {
color: #f3ca4f;
}
.peach-echo {
color: #f1765b;
}
/* CSS Variables */
:root {
--ocean-call:#2d6b8f;
--brig:#4ba1b9;
--light-blue-glint:#a8d3e1;
--radiant-sun:#f3ca4f;
--peach-echo:#f1765b;
}