Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f507a;
}
.boat-house {
color: #4a8abf;
}
.infinity-pool {
color: #92d3e7;
}
.maximum-yellow-red {
color: #f1b74b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f507a;
--boat-house:#4a8abf;
--infinity-pool:#92d3e7;
--maximum-yellow-red:#f1b74b;
--grapefruit-pulp:#ff6e61;
}