Color names in this palette
CSS code for this palette
/* CSS */
.cottage-blue {
color: #7a9ec2;
}
.nightly-blade {
color: #5b7e9a;
}
.carter-s-scroll {
color: #3f5a78;
}
.blissful-blue {
color: #b0c8d8;
}
.leap-of-faith {
color: #c4d1e3;
}
/* CSS Variables */
:root {
--cottage-blue:#7a9ec2;
--nightly-blade:#5b7e9a;
--carter-s-scroll:#3f5a78;
--blissful-blue:#b0c8d8;
--leap-of-faith:#c4d1e3;
}