Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0095b3;
}
.maldives {
color: #00bad6;
}
.thousand-sons-blue {
color: #00dee6;
}
.everest {
color: #a3e6e5;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--bondi-blue:#0095b3;
--maldives:#00bad6;
--thousand-sons-blue:#00dee6;
--everest:#a3e6e5;
--blue-angels-yellow:#fab700;
}