Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f6e4b6;
}
.pandora-grey {
color: #e2d5d0;
}
.radar {
color: #b5c8e8;
}
.green-trance {
color: #a4d8a2;
}
.pink-fit {
color: #f5a3b1;
}
/* CSS Variables */
:root {
--barley-white:#f6e4b6;
--pandora-grey:#e2d5d0;
--radar:#b5c8e8;
--green-trance:#a4d8a2;
--pink-fit:#f5a3b1;
}