Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1b3b5a;
}
.dark-blue {
color: #2f5b7f;
}
.pottery-blue {
color: #56a5c2;
}
.washed-blue {
color: #94d3e1;
}
.sugar-cookie {
color: #f0e1a3;
}
/* CSS Variables */
:root {
--regal-blue:#1b3b5a;
--dark-blue:#2f5b7f;
--pottery-blue:#56a5c2;
--washed-blue:#94d3e1;
--sugar-cookie:#f0e1a3;
}