Color names in this palette
CSS code for this palette
/* CSS */
.light-pecan-pine {
color: #f1e8e4;
}
.icing-flower {
color: #d7b7c8;
}
.blue-dam {
color: #a1c6d4;
}
.turquoise-fantasies {
color: #68b1a8;
}
.kandinsky-turquoise {
color: #2c7d81;
}
/* CSS Variables */
:root {
--light-pecan-pine:#f1e8e4;
--icing-flower:#d7b7c8;
--blue-dam:#a1c6d4;
--turquoise-fantasies:#68b1a8;
--kandinsky-turquoise:#2c7d81;
}