Color names in this palette
CSS code for this palette
/* CSS */
.santorini {
color: #41b0d8;
}
.heisenberg-blue {
color: #6ed7f7;
}
.sprig-of-mint {
color: #86e4ba;
}
.dull-yellow {
color: #f1df5b;
}
.sagittarius-amber-artifact {
color: #f87d3f;
}
/* CSS Variables */
:root {
--santorini:#41b0d8;
--heisenberg-blue:#6ed7f7;
--sprig-of-mint:#86e4ba;
--dull-yellow:#f1df5b;
--sagittarius-amber-artifact:#f87d3f;
}