Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3f5b;
}
.bluey {
color: #395c79;
}
.slate-blue {
color: #5c7d99;
}
.sky-bus {
color: #97c2d8;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--capital-blue:#1a3f5b;
--bluey:#395c79;
--slate-blue:#5c7d99;
--sky-bus:#97c2d8;
--coastal-breeze:#e0f7fa;
}