Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f7b1b4;
}
.lemon-pound-cake {
color: #fddb91;
}
.terrace-pool {
color: #a1d6e2;
}
.laelia-pink {
color: #f5c7e0;
}
.storm-lightning {
color: #f9e79f;
}
/* CSS Variables */
:root {
--precious-pink:#f7b1b4;
--lemon-pound-cake:#fddb91;
--terrace-pool:#a1d6e2;
--laelia-pink:#f5c7e0;
--storm-lightning:#f9e79f;
}