Color names in this palette
CSS code for this palette
/* CSS */
.blair {
color: #a2c1e2;
}
.seascape-green {
color: #b8e2e5;
}
.white-nectar {
color: #f7f9d7;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--blair:#a2c1e2;
--seascape-green:#b8e2e5;
--white-nectar:#f7f9d7;
--apricot-glazed-chicken:#f5a524;
--durotar-fire:#f15a27;
}