I am trying to create a document and somehow I want it to be in color, but it has been difficult for me to try to color the top and bottom, for all pages in general
\documentclass[letterpaper,12pt,oneside]{book}%
\usepackage{mathpazo}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{geometry}%[showframe]
% edit title and header
\usepackage{tikz}
\usepackage{fancyhdr}
\usepackage[explicit]{titlesec}
\begin{document}
\chapter{Getting Started}
\section{Preview sect}
\end{document}
So far I have managed to create the structure

