Color names in this palette
CSS code for this palette
/* CSS */
.polished-metal {
color: #809cb3;
}
.blue-bows {
color: #a4c0d5;
}
.pipitschah {
color: #f4e7c3;
}
.ash-yellow {
color: #eebb7c;
}
.linnea-blossom {
color: #c7a9c3;
}
/* CSS Variables */
:root {
--polished-metal:#809cb3;
--blue-bows:#a4c0d5;
--pipitschah:#f4e7c3;
--ash-yellow:#eebb7c;
--linnea-blossom:#c7a9c3;
}