Color names in this palette
CSS code for this palette
/* CSS */
.soft-salmon {
color: #e9a5a0;
}
.brilliant-beige {
color: #f1c4b7;
}
.pipitschah {
color: #f3e6c3;
}
.eerie-glow {
color: #a7d7b8;
}
.petrol-green {
color: #4f9c8b;
}
/* CSS Variables */
:root {
--soft-salmon:#e9a5a0;
--brilliant-beige:#f1c4b7;
--pipitschah:#f3e6c3;
--eerie-glow:#a7d7b8;
--petrol-green:#4f9c8b;
}