Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f7e3b6;
}
.parrot-tulip {
color: #f0c1d3;
}
.maximum-blue-purple {
color: #b3a5e3;
}
.crystal {
color: #a4d7df;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--barley-white:#f7e3b6;
--parrot-tulip:#f0c1d3;
--maximum-blue-purple:#b3a5e3;
--crystal:#a4d7df;
--pompelmo:#ff6b6b;
}