Color names in this palette
CSS code for this palette
/* CSS */
.light-tidal-foam {
color: #bbd6e8;
}
.pink-heath {
color: #f2bae3;
}
.mango-margarita {
color: #f7b54a;
}
.tonkatsu {
color: #efac39;
}
.lovely-little-rosy {
color: #e15b69;
}
/* CSS Variables */
:root {
--light-tidal-foam:#bbd6e8;
--pink-heath:#f2bae3;
--mango-margarita:#f7b54a;
--tonkatsu:#efac39;
--lovely-little-rosy:#e15b69;
}