Color names in this palette
CSS code for this palette
/* CSS */
.american-blue {
color: #3a3d6e;
}
.waikawa-grey {
color: #5b6e95;
}
.mont-blanc {
color: #9db9d8;
}
.smoky-salmon {
color: #e3b4a5;
}
.white-elf {
color: #f7c47e;
}
/* CSS Variables */
:root {
--american-blue:#3a3d6e;
--waikawa-grey:#5b6e95;
--mont-blanc:#9db9d8;
--smoky-salmon:#e3b4a5;
--white-elf:#f7c47e;
}