Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.atlantic-gull {
color: #4a93b0;
}
.regale-blue {
color: #7ab8d6;
}
.echo-iris {
color: #b4e1f3;
}
.winter-s-day {
color: #e0f7ff;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--atlantic-gull:#4a93b0;
--regale-blue:#7ab8d6;
--echo-iris:#b4e1f3;
--winter-s-day:#e0f7ff;
}