Color names in this palette
CSS code for this palette
/* CSS */
.blue-gourami {
color: #67a1d0;
}
.horizon-haze {
color: #7fc4e6;
}
.echo-iris {
color: #b4e3f4;
}
.cor-de-pele {
color: #f4c3c3;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--blue-gourami:#67a1d0;
--horizon-haze:#7fc4e6;
--echo-iris:#b4e3f4;
--cor-de-pele:#f4c3c3;
--n-rang-orange:#ff8052;
}