Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c8d8;
}
.silk-sox {
color: #a4b2c6;
}
.bluesy-note {
color: #7d9bb5;
}
.zenith {
color: #4b7fa0;
}
.dark-blue {
color: #2d5c7c;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c8d8;
--silk-sox:#a4b2c6;
--bluesy-note:#7d9bb5;
--zenith:#4b7fa0;
--dark-blue:#2d5c7c;
}