Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.blue-loneliness {
color: #4a6f82;
}
.vast-sky {
color: #a9c9d6;
}
.first-date {
color: #f4b69f;
}
.young-crab {
color: #f79d9c;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--blue-loneliness:#4a6f82;
--vast-sky:#a9c9d6;
--first-date:#f4b69f;
--young-crab:#f79d9c;
}