Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1c6a97;
}
.bachelor-button {
color: #4ab8d3;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.aspen-yellow {
color: #f7e0a1;
}
.ikkonzome-pink {
color: #f18e8f;
}
/* CSS Variables */
:root {
--jazz-blue:#1c6a97;
--bachelor-button:#4ab8d3;
--ice-crystal-blue:#a4e5e2;
--aspen-yellow:#f7e0a1;
--ikkonzome-pink:#f18e8f;
}