Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-gull {
color: #4b8caf;
}
.tropic-tide {
color: #6cc1b9;
}
.nihilakh-oxide {
color: #a1d4b1;
}
.sugar-cookie {
color: #f2e5a1;
}
.heat-of-summer {
color: #e78d5f;
}
/* CSS Variables */
:root {
--atlantic-gull:#4b8caf;
--tropic-tide:#6cc1b9;
--nihilakh-oxide:#a1d4b1;
--sugar-cookie:#f2e5a1;
--heat-of-summer:#e78d5f;
}