Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1b6b8d;
}
.pluto {
color: #3ba9b5;
}
.throat-chakra {
color: #6dd6d9;
}
.quench-blue {
color: #b4e0e4;
}
.distant-horizon {
color: #f1f9f6;
}
/* CSS Variables */
:root {
--bondi:#1b6b8d;
--pluto:#3ba9b5;
--throat-chakra:#6dd6d9;
--quench-blue:#b4e0e4;
--distant-horizon:#f1f9f6;
}