Color names in this palette
CSS code for this palette
/* CSS */
.turkish-sea {
color: #1a508e;
}
.quiet-night {
color: #3e8ebb;
}
.candid-blue {
color: #6cc5e0;
}
.nihilakh-oxide {
color: #a1d4b5;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--turkish-sea:#1a508e;
--quiet-night:#3e8ebb;
--candid-blue:#6cc5e0;
--nihilakh-oxide:#a1d4b5;
--squash-blossom:#f6b83c;
}