Color names in this palette
CSS code for this palette
/* CSS */
.light-placid-blue {
color: #c8d9ea;
}
.metal-gear {
color: #a1c3de;
}
.tall-waves {
color: #5e9bc9;
}
.fun-and-games {
color: #2e7c9e;
}
.3am-in-shibuya {
color: #1f4e7a;
}
/* CSS Variables */
:root {
--light-placid-blue:#c8d9ea;
--metal-gear:#a1c3de;
--tall-waves:#5e9bc9;
--fun-and-games:#2e7c9e;
--3am-in-shibuya:#1f4e7a;
}