Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.star-sapphire {
color: #3d6a99;
}
.pacific-palisade {
color: #69a6b5;
}
.smooth-satin {
color: #a2d7d5;
}
.heavy-sugar {
color: #f1f5f0;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--star-sapphire:#3d6a99;
--pacific-palisade:#69a6b5;
--smooth-satin:#a2d7d5;
--heavy-sugar:#f1f5f0;
}