Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.verditer {
color: #00b3aa;
}
.channel-marker-green {
color: #00d6ba;
}
.cold-blue {
color: #86e4d9;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--verditer:#00b3aa;
--channel-marker-green:#00d6ba;
--cold-blue:#86e4d9;
--anti-flash-white:#f0f5f5;
}