Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.lilliputian-lime {
color: #7fd959;
}
.overtone {
color: #a2e6b9;
}
.am-lie-s-tutu {
color: #ffa3b7;
}
.french-rose {
color: #ff4d8b;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--lilliputian-lime:#7fd959;
--overtone:#a2e6b9;
--am-lie-s-tutu:#ffa3b7;
--french-rose:#ff4d8b;
}