Color names in this palette
CSS code for this palette
/* CSS */
.newman-s-eye {
color: #b3c7df;
}
.pond-blue {
color: #8cb6c5;
}
.jugendstil-turquoise {
color: #5c9a9d;
}
.radome-tan {
color: #f1c7a2;
}
.juicy-details {
color: #d57b7b;
}
/* CSS Variables */
:root {
--newman-s-eye:#b3c7df;
--pond-blue:#8cb6c5;
--jugendstil-turquoise:#5c9a9d;
--radome-tan:#f1c7a2;
--juicy-details:#d57b7b;
}