CSS code for this palette
/* CSS */
.citadel {
color: #697d8c;
}
.respite {
color: #9ab4c6;
}
.airflow {
color: #d8e4e3;
}
.bellini {
color: #f5cab2;
}
.childhood-crush {
color: #e76d65;
}
/* CSS Variables */
:root {
--citadel:#697d8c;
--respite:#9ab4c6;
--airflow:#d8e4e3;
--bellini:#f5cab2;
--childhood-crush:#e76d65;
}