Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3c5a8b;
}
.searching-blue {
color: #697e9b;
}
.airborne {
color: #a0c2d4;
}
.antique-wicker-basket {
color: #f1d3a2;
}
.sohi-red {
color: #e45c3a;
}
/* CSS Variables */
:root {
--delft:#3c5a8b;
--searching-blue:#697e9b;
--airborne:#a0c2d4;
--antique-wicker-basket:#f1d3a2;
--sohi-red:#e45c3a;
}