Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.aqueous {
color: #3a8e9c;
}
.holiday {
color: #7fc7b7;
}
.french-vanilla {
color: #f1e1a7;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--aqueous:#3a8e9c;
--holiday:#7fc7b7;
--french-vanilla:#f1e1a7;
--fiery-salmon:#f76969;
}