CSS code for this palette
/* CSS */
.rain-song {
color: #c5d4e8;
}
.pale-cerulean {
color: #a1c3e3;
}
.swift {
color: #80a9db;
}
.blue-jay {
color: #4e8bda;
}
.han-blue {
color: #3a6ed4;
}
/* CSS Variables */
:root {
--rain-song:#c5d4e8;
--pale-cerulean:#a1c3e3;
--swift:#80a9db;
--blue-jay:#4e8bda;
--han-blue:#3a6ed4;
}