Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.berlin-blue {
color: #5a8cce;
}
.cornmeal {
color: #ffd68f;
}
.pompelmo {
color: #ff6b6b;
}
.livid-brown {
color: #2e2929;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--berlin-blue:#5a8cce;
--cornmeal:#ffd68f;
--pompelmo:#ff6b6b;
--livid-brown:#2e2929;
}