Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.romantic {
color: #ffc89e;
}
.digital-yellow {
color: #ffea80;
}
.lime-dream {
color: #c2e9b9;
}
.terrace-pool {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--romantic:#ffc89e;
--digital-yellow:#ffea80;
--lime-dream:#c2e9b9;
--terrace-pool:#a3d6e0;
}