Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3d5a8a;
}
.chicory-flower {
color: #697b9b;
}
.airborne {
color: #a1c1d4;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.les-demoiselles-d-avignon {
color: #e89f7d;
}
/* CSS Variables */
:root {
--delft:#3d5a8a;
--chicory-flower:#697b9b;
--airborne:#a1c1d4;
--bad-moon-yellow:#f2e6b5;
--les-demoiselles-d-avignon:#e89f7d;
}