Color names in this palette
CSS code for this palette
/* CSS */
.salmon-beauty {
color: #f9c7b4;
}
.pearl-yellow {
color: #f2e2ba;
}
.zircon-ice {
color: #d0e6e5;
}
.tender-waves {
color: #b8dae0;
}
.metal-gear {
color: #a4c2db;
}
/* CSS Variables */
:root {
--salmon-beauty:#f9c7b4;
--pearl-yellow:#f2e2ba;
--zircon-ice:#d0e6e5;
--tender-waves:#b8dae0;
--metal-gear:#a4c2db;
}