Color names in this palette
CSS code for this palette
/* CSS */
.into-the-stratosphere {
color: #405168;
}
.night-owl {
color: #5b7d8b;
}
.tower-bridge {
color: #7ca29f;
}
.ocean-kiss {
color: #a3c4c7;
}
.endless-sky {
color: #c9e2e9;
}
/* CSS Variables */
:root {
--into-the-stratosphere:#405168;
--night-owl:#5b7d8b;
--tower-bridge:#7ca29f;
--ocean-kiss:#a3c4c7;
--endless-sky:#c9e2e9;
}