Color names in this palette
CSS code for this palette
/* CSS */
.lapis-jewel {
color: #1b5d93;
}
.blue-grotto {
color: #4ea0c6;
}
.candid-blue {
color: #6cc3e5;
}
.blacksmith-fire {
color: #f6e351;
}
.ginger-milk {
color: #f6a65a;
}
/* CSS Variables */
:root {
--lapis-jewel:#1b5d93;
--blue-grotto:#4ea0c6;
--candid-blue:#6cc3e5;
--blacksmith-fire:#f6e351;
--ginger-milk:#f6a65a;
}