Color names in this palette
CSS code for this palette
/* CSS */
.langoustine {
color: #da502b;
}
.sandy-brown {
color: #f5a85b;
}
.yellow-currant {
color: #f7c56e;
}
.hip-hop {
color: #e3e6a7;
}
.brittany-blue {
color: #4e7c83;
}
/* CSS Variables */
:root {
--langoustine:#da502b;
--sandy-brown:#f5a85b;
--yellow-currant:#f7c56e;
--hip-hop:#e3e6a7;
--brittany-blue:#4e7c83;
}