Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e3967;
}
.boat-house {
color: #4a8bba;
}
.hawaiian-breeze {
color: #76c5e0;
}
.sugar-cookie {
color: #f2e2a1;
}
.l-orange {
color: #f5820f;
}
/* CSS Variables */
:root {
--passionate-blue:#1e3967;
--boat-house:#4a8bba;
--hawaiian-breeze:#76c5e0;
--sugar-cookie:#f2e2a1;
--l-orange:#f5820f;
}