Color names in this palette
CSS code for this palette
/* CSS */
.billabong {
color: #1c6c82;
}
.river-blue {
color: #3ab6cf;
}
.golden-opportunity {
color: #f5c470;
}
.n-rang-orange {
color: #ff8052;
}
.red-orange {
color: #ff3c2e;
}
/* CSS Variables */
:root {
--billabong:#1c6c82;
--river-blue:#3ab6cf;
--golden-opportunity:#f5c470;
--n-rang-orange:#ff8052;
--red-orange:#ff3c2e;
}