Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.storm-blue {
color: #507e9b;
}
.horizon-haze {
color: #7cbedf;
}
.antique-cameo {
color: #f0b6a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--storm-blue:#507e9b;
--horizon-haze:#7cbedf;
--antique-cameo:#f0b6a3;
--grapefruit-pulp:#ff6e61;
}