Color names in this palette
CSS code for this palette
/* CSS */
.chat-orange {
color: #f69f3c;
}
.venetian-yellow {
color: #f8e3a0;
}
.island-light {
color: #a6c6ed;
}
.opalescent {
color: #3b92c4;
}
.nautical {
color: #2e4a7f;
}
/* CSS Variables */
:root {
--chat-orange:#f69f3c;
--venetian-yellow:#f8e3a0;
--island-light:#a6c6ed;
--opalescent:#3b92c4;
--nautical:#2e4a7f;
}