Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.star-sapphire {
color: #3a6d9c;
}
.air-blue {
color: #6da3c5;
}
.goldsmith {
color: #f1b950;
}
.watermelon-slice {
color: #e6796b;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--star-sapphire:#3a6d9c;
--air-blue:#6da3c5;
--goldsmith:#f1b950;
--watermelon-slice:#e6796b;
}