Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.lemon-drop {
color: #fcd778;
}
.blended-fruit {
color: #f8e2a5;
}
.infinity-pool {
color: #94d4e5;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--lemon-drop:#fcd778;
--blended-fruit:#f8e2a5;
--infinity-pool:#94d4e5;
--chat-orange:#f79c40;
}