Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1e5876;
}
.cossack-dancer {
color: #4d8b9d;
}
.celestine {
color: #81c1c5;
}
.amber-yellow {
color: #f9b658;
}
.mandarin-red {
color: #e54f3e;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1e5876;
--cossack-dancer:#4d8b9d;
--celestine:#81c1c5;
--amber-yellow:#f9b658;
--mandarin-red:#e54f3e;
}