Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.eau-de-rose {
color: #e4b9d4;
}
.banana-yogurt {
color: #f9e9b4;
}
.phellodendron-amurense {
color: #f6c43c;
}
.hot-coral {
color: #f25c5a;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--eau-de-rose:#e4b9d4;
--banana-yogurt:#f9e9b4;
--phellodendron-amurense:#f6c43c;
--hot-coral:#f25c5a;
}