Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #1e2a4d;
}
.revel-blue {
color: #4b6e8b;
}
.tower-bridge {
color: #7a9f9d;
}
.neighborly-peach {
color: #f0c2a3;
}
.tree-poppy {
color: #e07f3e;
}
/* CSS Variables */
:root {
--rurikon-blue:#1e2a4d;
--revel-blue:#4b6e8b;
--tower-bridge:#7a9f9d;
--neighborly-peach:#f0c2a3;
--tree-poppy:#e07f3e;
}