Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a6a2;
}
.khaki-core {
color: #f8e5af;
}
.bright-khaki {
color: #f2e88c;
}
.nihilakh-oxide {
color: #9fd6b5;
}
.candid-blue {
color: #6ac3e7;
}
/* CSS Variables */
:root {
--calabrese:#f6a6a2;
--khaki-core:#f8e5af;
--bright-khaki:#f2e88c;
--nihilakh-oxide:#9fd6b5;
--candid-blue:#6ac3e7;
}