Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #2c698c;
}
.maui-blue {
color: #4f9fb5;
}
.eton-blue {
color: #a8d6d4;
}
.first-date {
color: #f3b6a0;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#2c698c;
--maui-blue:#4f9fb5;
--eton-blue:#a8d6d4;
--first-date:#f3b6a0;
}