Color names in this palette
CSS code for this palette
/* CSS */
.lapis-lazuli-blue {
color: #1d5d91;
}
.aztec-sky {
color: #4ab3d9;
}
.mint-majesty {
color: #7ed3c2;
}
.pale-banana {
color: #f3e28c;
}
.breeze-of-chilli {
color: #f26d69;
}
/* CSS Variables */
:root {
--lapis-lazuli-blue:#1d5d91;
--aztec-sky:#4ab3d9;
--mint-majesty:#7ed3c2;
--pale-banana:#f3e28c;
--breeze-of-chilli:#f26d69;
}