Color names in this palette
CSS code for this palette
/* CSS */
.pastel-strawberry {
color: #ef4e4e;
}
.floral-leaf {
color: #ffb84d;
}
.emerald-wave {
color: #4eb7ac;
}
.adamantine-blue {
color: #42a5f5;
}
.pitch-violet {
color: #49148a;
}
/* CSS Variables */
:root {
--pastel-strawberry:#ef4e4e;
--floral-leaf:#ffb84d;
--emerald-wave:#4eb7ac;
--adamantine-blue:#42a5f5;
--pitch-violet:#49148a;
}