Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.antilles-blue {
color: #3b5f8c;
}
.blue-chaise {
color: #4d8da8;
}
.after-the-rain {
color: #88c4d3;
}
.peaceful-rain {
color: #f1f8f4;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--antilles-blue:#3b5f8c;
--blue-chaise:#4d8da8;
--after-the-rain:#88c4d3;
--peaceful-rain:#f1f8f4;
}