Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.nautical-creatures {
color: #2c5b7d;
}
.dazzle {
color: #4e8bb7;
}
.terrace-pool {
color: #9fd6e0;
}
.chai-latte {
color: #f7c9a1;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--nautical-creatures:#2c5b7d;
--dazzle:#4e8bb7;
--terrace-pool:#9fd6e0;
--chai-latte:#f7c9a1;
}