P O L A
POLA(ColorThemeBuilder.newBuilder()
.withName("Pola")
.withAccentColor(TileColor.fromString("#ebf9ff"))
.withPrimaryForegroundColor(TileColor.fromString("#acd6f6"))
.withSecondaryForegroundColor(TileColor.fromString("#52a5de"))
.withPrimaryBackgroundColor(TileColor.fromString("#18284a"))
.withSecondaryBackgroundColor(TileColor.fromString("#070810"))
.build())
Content copied to clipboard
Taken from https://lospec.com/palette-list/pola5