Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3a5f8d;
}
.danube {
color: #5a8cbf;
}
.club-cruise {
color: #8dc3e2;
}
.mystic-tulip {
color: #f7b5a1;
}
.lively-coral {
color: #e67979;
}
/* CSS Variables */
:root {
--antilles-blue:#3a5f8d;
--danube:#5a8cbf;
--club-cruise:#8dc3e2;
--mystic-tulip:#f7b5a1;
--lively-coral:#e67979;
}