Color names in this palette
CSS code for this palette
/* CSS */
.takaka {
color: #3e4a75;
}
.grey-blueberry {
color: #6b8094;
}
.country-air {
color: #a0b6ca;
}
.blustery-day {
color: #d5dfe7;
}
.dr-white {
color: #f8f9fc;
}
/* CSS Variables */
:root {
--takaka:#3e4a75;
--grey-blueberry:#6b8094;
--country-air:#a0b6ca;
--blustery-day:#d5dfe7;
--dr-white:#f8f9fc;
}