Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.blue-flame {
color: #005c8a;
}
.fat-gold {
color: #e6b800;
}
.fresh-gingerbread {
color: #d66b24;
}
.ulthuan-grey {
color: #c7e1d8;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--blue-flame:#005c8a;
--fat-gold:#e6b800;
--fresh-gingerbread:#d66b24;
--ulthuan-grey:#c7e1d8;
}