Color names in this palette
CSS code for this palette
/* CSS */
.bakelite {
color: #e7d2a6;
}
.powdered-granite {
color: #c4c9e8;
}
.sky-blue {
color: #a1b4e8;
}
.ice-crystal-blue {
color: #a8e1e0;
}
.mountain-laurel {
color: #f4c8d5;
}
/* CSS Variables */
:root {
--bakelite:#e7d2a6;
--powdered-granite:#c4c9e8;
--sky-blue:#a1b4e8;
--ice-crystal-blue:#a8e1e0;
--mountain-laurel:#f4c8d5;
}