Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1b3b5a;
}
.chinese-porcelain {
color: #3a5b7e;
}
.slate-blue {
color: #5c7d99;
}
.bluesy-note {
color: #7e9ab4;
}
.cloudy-valley {
color: #b3c7d6;
}
/* CSS Variables */
:root {
--regal-blue:#1b3b5a;
--chinese-porcelain:#3a5b7e;
--slate-blue:#5c7d99;
--bluesy-note:#7e9ab4;
--cloudy-valley:#b3c7d6;
}