Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1b3a69;
}
.tech-wave {
color: #4c779e;
}
.frozen-lake {
color: #7d9fb5;
}
.scandinavian-sky {
color: #c1d3d7;
}
.goldfish {
color: #f2b05f;
}
/* CSS Variables */
:root {
--passionate-blue:#1b3a69;
--tech-wave:#4c779e;
--frozen-lake:#7d9fb5;
--scandinavian-sky:#c1d3d7;
--goldfish:#f2b05f;
}