Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f7e2b1;
}
.neighborly-peach {
color: #f1c2a2;
}
.athena-pink {
color: #e8b5c3;
}
.herb-robert {
color: #d69fe0;
}
.glacier-point {
color: #b3d9e6;
}
/* CSS Variables */
:root {
--friendly-yellow:#f7e2b1;
--neighborly-peach:#f1c2a2;
--athena-pink:#e8b5c3;
--herb-robert:#d69fe0;
--glacier-point:#b3d9e6;
}