Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b7c9d7;
}
.angel-falls {
color: #a4bed6;
}
.della-robbia-blue {
color: #7d9ccf;
}
.butter-cream {
color: #efae3e;
}
.rusty-chainmail {
color: #c94a4c;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b7c9d7;
--angel-falls:#a4bed6;
--della-robbia-blue:#7d9ccf;
--butter-cream:#efae3e;
--rusty-chainmail:#c94a4c;
}