Color names in this palette
CSS code for this palette
/* CSS */
.grant-village {
color: #6a8faf;
}
.light-sea-cliff {
color: #b5d1e8;
}
.pyrite {
color: #f4c543;
}
.carnation {
color: #ff758f;
}
.lemon-whisper {
color: #ffb30f;
}
/* CSS Variables */
:root {
--grant-village:#6a8faf;
--light-sea-cliff:#b5d1e8;
--pyrite:#f4c543;
--carnation:#ff758f;
--lemon-whisper:#ffb30f;
}