Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e3b67;
}
.rainy-lake {
color: #3f6b8d;
}
.spearmint-burst {
color: #5abf8b;
}
.strike-it-rich {
color: #dbb55c;
}
.coral-orange {
color: #e76950;
}
/* CSS Variables */
:root {
--passionate-blue:#1e3b67;
--rainy-lake:#3f6b8d;
--spearmint-burst:#5abf8b;
--strike-it-rich:#dbb55c;
--coral-orange:#e76950;
}