Color names in this palette
CSS code for this palette
/* CSS */
.living-stream {
color: #3a6f8d;
}
.mountain-bluebird {
color: #4b9cbe;
}
.middle-blue {
color: #7dd2e3;
}
.egyptian-gold {
color: #f0ac4c;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--living-stream:#3a6f8d;
--mountain-bluebird:#4b9cbe;
--middle-blue:#7dd2e3;
--egyptian-gold:#f0ac4c;
--fiery-salmon:#f76969;
}