Color names in this palette
CSS code for this palette
/* CSS */
.roman {
color: #d65c5c;
}
.embrace {
color: #e8b6a6;
}
.menoth-white-base {
color: #f5e9b8;
}
.touch-of-turquoise {
color: #a2d7d0;
}
.hippie-blue {
color: #4c8a9a;
}
/* CSS Variables */
:root {
--roman:#d65c5c;
--embrace:#e8b6a6;
--menoth-white-base:#f5e9b8;
--touch-of-turquoise:#a2d7d0;
--hippie-blue:#4c8a9a;
}