Color names in this palette
CSS code for this palette
/* CSS */
.pool-tiles {
color: #8acff0;
}
.blue-moon {
color: #3b90a5;
}
.stinkhorn {
color: #29565b;
}
.jaguar-rose {
color: #f1b1b8;
}
.candy-heart-pink {
color: #f7a3a1;
}
/* CSS Variables */
:root {
--pool-tiles:#8acff0;
--blue-moon:#3b90a5;
--stinkhorn:#29565b;
--jaguar-rose:#f1b1b8;
--candy-heart-pink:#f7a3a1;
}