Color names in this palette
CSS code for this palette
/* CSS */
.blue-coral {
color: #1d5a6d;
}
.jolt-of-jade {
color: #4bb9a1;
}
.sparkling-mint {
color: #a4e0d5;
}
.whitest-white {
color: #f5faf6;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--blue-coral:#1d5a6d;
--jolt-of-jade:#4bb9a1;
--sparkling-mint:#a4e0d5;
--whitest-white:#f5faf6;
--apricot-glazed-chicken:#f5a524;
}