Color names in this palette
CSS code for this palette
/* CSS */
.new-age-blue {
color: #4b6faa;
}
.faded-blue {
color: #698bbf;
}
.mont-blanc {
color: #9db1d8;
}
.snowy-summit {
color: #c4d9e8;
}
.cotton-boll {
color: #e4f2fb;
}
/* CSS Variables */
:root {
--new-age-blue:#4b6faa;
--faded-blue:#698bbf;
--mont-blanc:#9db1d8;
--snowy-summit:#c4d9e8;
--cotton-boll:#e4f2fb;
}