Color names in this palette
CSS code for this palette
/* CSS */
.living-stream {
color: #3a6d8d;
}
.explorer-blue {
color: #5ea2b5;
}
.fresh-blue {
color: #8dd4e2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--living-stream:#3a6d8d;
--explorer-blue:#5ea2b5;
--fresh-blue:#8dd4e2;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}