Color names in this palette
CSS code for this palette
/* CSS */
.waikiki {
color: #1d8a9a;
}
.bianchi-green {
color: #3fc6c6;
}
.pluviophile {
color: #60d2e1;
}
.bath-water {
color: #86e6f3;
}
.paper-tiger {
color: #f9f3ae;
}
/* CSS Variables */
:root {
--waikiki:#1d8a9a;
--bianchi-green:#3fc6c6;
--pluviophile:#60d2e1;
--bath-water:#86e6f3;
--paper-tiger:#f9f3ae;
}