Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9edbe0;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.east-cape {
color: #b2f0e4;
}
.yippie-ya-yellow {
color: #f4f7a1;
}
.shrimp-toast {
color: #f6c4a2;
}
/* CSS Variables */
:root {
--terrace-pool:#9edbe0;
--ice-crystal-blue:#a5e3e0;
--east-cape:#b2f0e4;
--yippie-ya-yellow:#f4f7a1;
--shrimp-toast:#f6c4a2;
}