Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f507a;
}
.heritage-blue {
color: #4b94b9;
}
.blue-dam {
color: #a1c8d3;
}
.calla {
color: #f2e1b5;
}
.phoenix-flames {
color: #f99c1a;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f507a;
--heritage-blue:#4b94b9;
--blue-dam:#a1c8d3;
--calla:#f2e1b5;
--phoenix-flames:#f99c1a;
}