Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.antilles-blue {
color: #3b5b8c;
}
.spirit-mountain {
color: #6a8d9a;
}
.porcelain-blue {
color: #97bfc8;
}
.frosty-soft-blue {
color: #b2e1e0;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--antilles-blue:#3b5b8c;
--spirit-mountain:#6a8d9a;
--porcelain-blue:#97bfc8;
--frosty-soft-blue:#b2e1e0;
}