Color names in this palette
CSS code for this palette
/* CSS */
.silver-blueberry {
color: #5a6f87;
}
.relaxing-blue {
color: #8a9ba8;
}
.powder-soft-blue {
color: #b6c8d8;
}
.loofah {
color: #e4d3b4;
}
.goldsmith {
color: #f1b24b;
}
/* CSS Variables */
:root {
--silver-blueberry:#5a6f87;
--relaxing-blue:#8a9ba8;
--powder-soft-blue:#b6c8d8;
--loofah:#e4d3b4;
--goldsmith:#f1b24b;
}