Color names in this palette
CSS code for this palette
/* CSS */
.cambridge-blue {
color: #a4c1ae;
}
.smooth-as-corn-silk {
color: #f6e4b1;
}
.pink-fit {
color: #f1a7b1;
}
.ardent-coral {
color: #e5726c;
}
.thimble-red {
color: #a35c8d;
}
/* CSS Variables */
:root {
--cambridge-blue:#a4c1ae;
--smooth-as-corn-silk:#f6e4b1;
--pink-fit:#f1a7b1;
--ardent-coral:#e5726c;
--thimble-red:#a35c8d;
}