Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.running-water {
color: #2f5e93;
}
.atlantic-gull {
color: #4a8bb0;
}
.water-flow {
color: #7cc7d5;
}
.bakery-box {
color: #f1f4f0;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--running-water:#2f5e93;
--atlantic-gull:#4a8bb0;
--water-flow:#7cc7d5;
--bakery-box:#f1f4f0;
}