Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.christmas-blue {
color: #2a8dbb;
}
.epimetheus {
color: #4ab1d3;
}
.early-july {
color: #a5e1e9;
}
.laundry-white {
color: #f6f9f1;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--christmas-blue:#2a8dbb;
--epimetheus:#4ab1d3;
--early-july:#a5e1e9;
--laundry-white:#f6f9f1;
}