Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.photon-white {
color: #f8f8e8;
}
.fish-ceviche {
color: #e2e1d5;
}
.galway {
color: #c4dbb8;
}
.southern-belle {
color: #a7d7bf;
}
/* CSS Variables */
:root {
--white:#ffffff;
--photon-white:#f8f8e8;
--fish-ceviche:#e2e1d5;
--galway:#c4dbb8;
--southern-belle:#a7d7bf;
}