Color names in this palette
CSS code for this palette
/* CSS */
.american-silver {
color: #cfcece;
}
.powder-soft-blue {
color: #b6c8d8;
}
.in-the-slip {
color: #e5c2d2;
}
.aspen-yellow {
color: #f4e09f;
}
.yahoo {
color: #f8b8aa;
}
/* CSS Variables */
:root {
--american-silver:#cfcece;
--powder-soft-blue:#b6c8d8;
--in-the-slip:#e5c2d2;
--aspen-yellow:#f4e09f;
--yahoo:#f8b8aa;
}