Color names in this palette
CSS code for this palette
/* CSS */
.blair {
color: #a1c2e3;
}
.menoth-white-base {
color: #f3e6b9;
}
.pink-fit {
color: #f6a7af;
}
.dolomite-red {
color: #c57d9c;
}
.pearly-purple {
color: #b86b9a;
}
/* CSS Variables */
:root {
--blair:#a1c2e3;
--menoth-white-base:#f3e6b9;
--pink-fit:#f6a7af;
--dolomite-red:#c57d9c;
--pearly-purple:#b86b9a;
}