Color names in this palette
CSS code for this palette
/* CSS */
.hidden-sea-glass {
color: #71d1c6;
}
.ice-crystal-blue {
color: #a4e5df;
}
.chef-s-hat {
color: #f2f8f5;
}
.peach-damask {
color: #f9c6a4;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--hidden-sea-glass:#71d1c6;
--ice-crystal-blue:#a4e5df;
--chef-s-hat:#f2f8f5;
--peach-damask:#f9c6a4;
--pompelmo:#ff6b6b;
}