Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f7e4b6;
}
.heirloom-apricot {
color: #f3bfa5;
}
.bierwurst {
color: #f2908c;
}
.ultra-red {
color: #fb6a89;
}
.fuchsia-kiss {
color: #c76b9e;
}
/* CSS Variables */
:root {
--barley-white:#f7e4b6;
--heirloom-apricot:#f3bfa5;
--bierwurst:#f2908c;
--ultra-red:#fb6a89;
--fuchsia-kiss:#c76b9e;
}