Color names in this palette
CSS code for this palette
/* CSS */
.nature-apricot {
color: #ffb6a3;
}
.friendship {
color: #ffdac2;
}
.bisque {
color: #ffe2c2;
}
.purple-hepatica {
color: #d4a8ff;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--nature-apricot:#ffb6a3;
--friendship:#ffdac2;
--bisque:#ffe2c2;
--purple-hepatica:#d4a8ff;
--black:#000000;
}