Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.sailor-s-bay {
color: #496b92;
}
.afloat {
color: #7ba3c1;
}
.terrace-pool {
color: #a3d7e1;
}
.distant-horizon {
color: #f1f8f9;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--sailor-s-bay:#496b92;
--afloat:#7ba3c1;
--terrace-pool:#a3d7e1;
--distant-horizon:#f1f8f9;
}