Color names in this palette
CSS code for this palette
/* CSS */
.luminescent-blue {
color: #a0e0e9;
}
.gentle-giant {
color: #b3eae2;
}
.ethereal-white {
color: #e6f4f3;
}
.khaki-core {
color: #f9e6ae;
}
.pink-beach {
color: #f9c3a4;
}
/* CSS Variables */
:root {
--luminescent-blue:#a0e0e9;
--gentle-giant:#b3eae2;
--ethereal-white:#e6f4f3;
--khaki-core:#f9e6ae;
--pink-beach:#f9c3a4;
}