Color names in this palette
CSS code for this palette
/* CSS */
.tetsu-kon-blue {
color: #191b4d;
}
.blue-dude {
color: #4c6090;
}
.walden-pond {
color: #7a9cb8;
}
.brass-mesh {
color: #e1a54c;
}
.tilted-pinball {
color: #f15627;
}
/* CSS Variables */
:root {
--tetsu-kon-blue:#191b4d;
--blue-dude:#4c6090;
--walden-pond:#7a9cb8;
--brass-mesh:#e1a54c;
--tilted-pinball:#f15627;
}