Color names in this palette
CSS code for this palette
/* CSS */
.dive-in {
color: #3c498b;
}
.blue-intrigue {
color: #7d809b;
}
.sweet-juliet {
color: #b7c0d1;
}
.sun-bleached-ochre {
color: #e2a87e;
}
.capocollo {
color: #d9564a;
}
/* CSS Variables */
:root {
--dive-in:#3c498b;
--blue-intrigue:#7d809b;
--sweet-juliet:#b7c0d1;
--sun-bleached-ochre:#e2a87e;
--capocollo:#d9564a;
}