Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a9d8e0;
}
.aijiro-white {
color: #eef5f6;
}
.pinenut {
color: #f9d9b9;
}
.squash-blossom {
color: #f6b83c;
}
.christmas-orange {
color: #d76e2d;
}
/* CSS Variables */
:root {
--winsome-hue:#a9d8e0;
--aijiro-white:#eef5f6;
--pinenut:#f9d9b9;
--squash-blossom:#f6b83c;
--christmas-orange:#d76e2d;
}