Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f1a7d3;
}
.pink-heath {
color: #f4bee0;
}
.lingering-lilac {
color: #e9dbf0;
}
.ocean-front {
color: #b7e3f0;
}
.ocean-cruise {
color: #9ed5e0;
}
/* CSS Variables */
:root {
--violet-kiss:#f1a7d3;
--pink-heath:#f4bee0;
--lingering-lilac:#e9dbf0;
--ocean-front:#b7e3f0;
--ocean-cruise:#9ed5e0;
}