Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.storm-blue {
color: #4f7a9c;
}
.batch-blue {
color: #87b2c9;
}
.break-the-ice {
color: #b2e0f0;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--storm-blue:#4f7a9c;
--batch-blue:#87b2c9;
--break-the-ice:#b2e0f0;
--deep-fried-sun-rays:#f4c65d;
}