Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d8;
}
.friendly-yellow {
color: #f5e1b2;
}
.white-vienna {
color: #c3e0b2;
}
.terrace-pool {
color: #a3d8e1;
}
.calabrese {
color: #f5a9a3;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d8;
--friendly-yellow:#f5e1b2;
--white-vienna:#c3e0b2;
--terrace-pool:#a3d8e1;
--calabrese:#f5a9a3;
}