CSS code for this palette
/* CSS */
.delft {
color: #3e5b89;
}
.scanda {
color: #6c8fac;
}
.airborne {
color: #a1c1d4;
}
.butter-up {
color: #f3e1b9;
}
.lively-coral {
color: #e67b79;
}
/* CSS Variables */
:root {
--delft:#3e5b89;
--scanda:#6c8fac;
--airborne:#a1c1d4;
--butter-up:#f3e1b9;
--lively-coral:#e67b79;
}