Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.blue-martina {
color: #1ac1c7;
}
.hammam-blue {
color: #5fe3d5;
}
.icery {
color: #a5f8e2;
}
.barely-peach {
color: #ffe9c7;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--blue-martina:#1ac1c7;
--hammam-blue:#5fe3d5;
--icery:#a5f8e2;
--barely-peach:#ffe9c7;
}