Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d1c3e9;
}
.teclis-blue {
color: #a2b3e6;
}
.shallow-shoal {
color: #9fd6d4;
}
.floral-leaf {
color: #ffb84d;
}
.protein-high {
color: #ff8a66;
}
/* CSS Variables */
:root {
--foggy-love:#d1c3e9;
--teclis-blue:#a2b3e6;
--shallow-shoal:#9fd6d4;
--floral-leaf:#ffb84d;
--protein-high:#ff8a66;
}