Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4b7c9b;
}
.mountain-lake {
color: #305b78;
}
.subterranean-river {
color: #1e3a4d;
}
.angel-food-cake {
color: #daa44e;
}
.sweet-baby-rose {
color: #c44f40;
}
/* CSS Variables */
:root {
--tech-wave:#4b7c9b;
--mountain-lake:#305b78;
--subterranean-river:#1e3a4d;
--angel-food-cake:#daa44e;
--sweet-baby-rose:#c44f40;
}