Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.dragonfly {
color: #2e4976;
}
.tech-wave {
color: #4b7c9b;
}
.madonna-blue {
color: #6eb5d4;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--dragonfly:#2e4976;
--tech-wave:#4b7c9b;
--madonna-blue:#6eb5d4;
--calabrese:#f1a8a2;
}