Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d94f3a;
}
.first-date {
color: #f7afa1;
}
.white-cedar {
color: #f5e0c2;
}
.french-pass {
color: #a4d2df;
}
.blue-square {
color: #4e8a97;
}
/* CSS Variables */
:root {
--fire-island:#d94f3a;
--first-date:#f7afa1;
--white-cedar:#f5e0c2;
--french-pass:#a4d2df;
--blue-square:#4e8a97;
}