Color names in this palette
CSS code for this palette
/* CSS */
.dive-in {
color: #404987;
}
.moonshade {
color: #5c6c99;
}
.gentian {
color: #8e79af;
}
.whisper-of-plum {
color: #d0aee0;
}
.galveston-tan {
color: #e9c8b9;
}
/* CSS Variables */
:root {
--dive-in:#404987;
--moonshade:#5c6c99;
--gentian:#8e79af;
--whisper-of-plum:#d0aee0;
--galveston-tan:#e9c8b9;
}