Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.sweet-mint {
color: #b4cbbf;
}
.grey-blueberry {
color: #6b7e94;
}
.portuguese-blue {
color: #3a5f92;
}
.blue-mosque {
color: #1c3b6d;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--sweet-mint:#b4cbbf;
--grey-blueberry:#6b7e94;
--portuguese-blue:#3a5f92;
--blue-mosque:#1c3b6d;
}