Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #296d8e;
}
.baharroth-blue {
color: #55c4d3;
}
.buttery-croissant {
color: #f3e09b;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.coral-orange {
color: #e76950;
}
/* CSS Variables */
:root {
--ocean-call:#296d8e;
--baharroth-blue:#55c4d3;
--buttery-croissant:#f3e09b;
--gemini-mustard-momento:#f9a94e;
--coral-orange:#e76950;
}