Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.eau-de-rose {
color: #e4b9d4;
}
.laelia-pink {
color: #f6c6df;
}
.limelight {
color: #efe46c;
}
.orange-crush {
color: #f07b38;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--eau-de-rose:#e4b9d4;
--laelia-pink:#f6c6df;
--limelight:#efe46c;
--orange-crush:#f07b38;
}