Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.tech-wave {
color: #4c7c9e;
}
.tropez-blue {
color: #75b8c7;
}
.rapture-blue {
color: #a7d6dc;
}
.peaceful-rain {
color: #f1f9f4;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--tech-wave:#4c7c9e;
--tropez-blue:#75b8c7;
--rapture-blue:#a7d6dc;
--peaceful-rain:#f1f9f4;
}