Color names in this palette
CSS code for this palette
/* CSS */
.truth {
color: #394989;
}
.postwar-boom {
color: #4a6e96;
}
.jay-wing-feathers {
color: #7994b4;
}
.melrose {
color: #c0b2e0;
}
.pink-lady {
color: #f3d6b4;
}
/* CSS Variables */
:root {
--truth:#394989;
--postwar-boom:#4a6e96;
--jay-wing-feathers:#7994b4;
--melrose:#c0b2e0;
--pink-lady:#f3d6b4;
}