Color names in this palette
CSS code for this palette
/* CSS */
.azure-blue {
color: #4a91c4;
}
.serengeti-green {
color: #6dd089;
}
.orb-of-harmony {
color: #f4df3e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.tangerine-bliss {
color: #d85b31;
}
/* CSS Variables */
:root {
--azure-blue:#4a91c4;
--serengeti-green:#6dd089;
--orb-of-harmony:#f4df3e;
--apricot-glazed-chicken:#f5a524;
--tangerine-bliss:#d85b31;
}