Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-breeze {
color: #76c7e0;
}
.everest {
color: #a1e3e1;
}
.diamond-white {
color: #e1f1f4;
}
.mandys-pink {
color: #f5b89e;
}
.shrimp-toast {
color: #f6c4a2;
}
/* CSS Variables */
:root {
--hawaiian-breeze:#76c7e0;
--everest:#a1e3e1;
--diamond-white:#e1f1f4;
--mandys-pink:#f5b89e;
--shrimp-toast:#f6c4a2;
}