Color names in this palette
CSS code for this palette
/* CSS */
.blue-vacation {
color: #1d78b4;
}
.aztec-sky {
color: #4fb2d8;
}
.blue-carpenter-bee {
color: #9cd2e3;
}
.creamy-vanilla {
color: #f3e6bf;
}
.furry-lion {
color: #f1933b;
}
/* CSS Variables */
:root {
--blue-vacation:#1d78b4;
--aztec-sky:#4fb2d8;
--blue-carpenter-bee:#9cd2e3;
--creamy-vanilla:#f3e6bf;
--furry-lion:#f1933b;
}