Color names in this palette
CSS code for this palette
/* CSS */
.nihilakh-oxide {
color: #a3d7b8;
}
.water-wash {
color: #a9c7e5;
}
.buttery-croissant {
color: #f3e09b;
}
.shrimp-cocktail {
color: #f4a462;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--nihilakh-oxide:#a3d7b8;
--water-wash:#a9c7e5;
--buttery-croissant:#f3e09b;
--shrimp-cocktail:#f4a462;
--snap-shot:#2b3d50;
}