Color names in this palette
CSS code for this palette
/* CSS */
.blue-bay {
color: #5d9bd5;
}
.template {
color: #a4c8e5;
}
.cor-de-pele {
color: #f4c3c3;
}
.shrimp-boat {
color: #f5bb9e;
}
.cherrystone {
color: #f69a8e;
}
/* CSS Variables */
:root {
--blue-bay:#5d9bd5;
--template:#a4c8e5;
--cor-de-pele:#f4c3c3;
--shrimp-boat:#f5bb9e;
--cherrystone:#f69a8e;
}