Color names in this palette
CSS code for this palette
/* CSS */
.steel-blue {
color: #4682b4;
}
.azure-blue {
color: #4b93c3;
}
.charter {
color: #6ab1d2;
}
.astral-spirit {
color: #8ec4e6;
}
.blue-refrain {
color: #b1d9e7;
}
/* CSS Variables */
:root {
--steel-blue:#4682b4;
--azure-blue:#4b93c3;
--charter:#6ab1d2;
--astral-spirit:#8ec4e6;
--blue-refrain:#b1d9e7;
}