Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #aad6e9;
}
.regale-blue {
color: #80b3d6;
}
.boat-house {
color: #4a8dba;
}
.bay-site {
color: #2c5f8c;
}
.twilight-express {
color: #1e3a76;
}
/* CSS Variables */
:root {
--blue-click:#aad6e9;
--regale-blue:#80b3d6;
--boat-house:#4a8dba;
--bay-site:#2c5f8c;
--twilight-express:#1e3a76;
}