Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.ticino-blue {
color: #2a8bcb;
}
.echo-iris {
color: #b6e7f6;
}
.shrimp-toast {
color: #f7c6a1;
}
.bricky-brick {
color: #b73d24;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--ticino-blue:#2a8bcb;
--echo-iris:#b6e7f6;
--shrimp-toast:#f7c6a1;
--bricky-brick:#b73d24;
}