Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #1d2a6d;
}
.lochmara {
color: #2e6d9e;
}
.finnish-fiord {
color: #5ab3bf;
}
.sugar-cookie {
color: #f3e3a5;
}
.egyptian-gold {
color: #efa44d;
}
/* CSS Variables */
:root {
--after-work-blue:#1d2a6d;
--lochmara:#2e6d9e;
--finnish-fiord:#5ab3bf;
--sugar-cookie:#f3e3a5;
--egyptian-gold:#efa44d;
}