Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.french-market {
color: #a4c6a6;
}
.adriatic-blue {
color: #5b8b9a;
}
.delft {
color: #3e5c89;
}
.blue-fantastic {
color: #2e3b4d;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--french-market:#a4c6a6;
--adriatic-blue:#5b8b9a;
--delft:#3e5c89;
--blue-fantastic:#2e3b4d;
}