Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1e6b9f;
}
.bachelor-button {
color: #4fc2d8;
}
.luminescent-blue {
color: #a1e1e8;
}
.lime-bright {
color: #f1e3b1;
}
.butter-cream {
color: #f1b341;
}
/* CSS Variables */
:root {
--jazz-blue:#1e6b9f;
--bachelor-button:#4fc2d8;
--luminescent-blue:#a1e1e8;
--lime-bright:#f1e3b1;
--butter-cream:#f1b341;
}