Color names in this palette
CSS code for this palette
/* CSS */
.midnight-sea {
color: #5a5e8c;
}
.bleached-denim {
color: #6d76a2;
}
.elizabeth-blue {
color: #a1b6d4;
}
.eau-de-rose {
color: #e1b7d2;
}
.first-date {
color: #f6b2a2;
}
/* CSS Variables */
:root {
--midnight-sea:#5a5e8c;
--bleached-denim:#6d76a2;
--elizabeth-blue:#a1b6d4;
--eau-de-rose:#e1b7d2;
--first-date:#f6b2a2;
}